From 6b27c1ce09a91d3c0b6f3f2f607f1ac03cb57cf6 Mon Sep 17 00:00:00 2001 From: Megan Bang Date: Tue, 22 Oct 2019 11:15:38 -0500 Subject: [PATCH] update docs to include ip_configuration --- third_party/terraform/website/docs/r/dataflow_job.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/terraform/website/docs/r/dataflow_job.html.markdown b/third_party/terraform/website/docs/r/dataflow_job.html.markdown index 9cc2e1e102f2..8b3901b4cf85 100644 --- a/third_party/terraform/website/docs/r/dataflow_job.html.markdown +++ b/third_party/terraform/website/docs/r/dataflow_job.html.markdown @@ -54,6 +54,7 @@ The following arguments are supported: * `network` - (Optional) The network to which VMs will be assigned. If it is not provided, "default" will be used. * `subnetwork` - (Optional) The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK". * `machine_type` - (Optional) The machine type to use for the job. +* `ip_configuration` - (Optional) The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PUBLIC"`. ## Attributes Reference