diff --git a/website/docs/d/datasource_compute_network.html.markdown b/website/docs/d/datasource_compute_network.html.markdown index 8e09f33c..0d975e8f 100644 --- a/website/docs/d/datasource_compute_network.html.markdown +++ b/website/docs/d/datasource_compute_network.html.markdown @@ -23,11 +23,11 @@ data "google_compute_network" "my-network" { The following arguments are supported: * `name` - (Required) The name of the network. - + - - - -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. ## Attributes Reference @@ -35,7 +35,7 @@ The following arguments are supported: In addition to the arguments listed above, the following attributes are exported: * `network` - The network name or resource link to the parent - network of this network. + network of this network. * `description` - Description of this network. diff --git a/website/docs/d/datasource_compute_subnetwork.html.markdown b/website/docs/d/datasource_compute_subnetwork.html.markdown index f117c43a..a4b4349e 100644 --- a/website/docs/d/datasource_compute_subnetwork.html.markdown +++ b/website/docs/d/datasource_compute_subnetwork.html.markdown @@ -27,7 +27,7 @@ The following arguments are supported: - - - -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `region` - (Optional) The region this subnetwork has been created in. If diff --git a/website/docs/d/dns_managed_zone.html.markdown b/website/docs/d/dns_managed_zone.html.markdown index a9e56e4c..cf409904 100644 --- a/website/docs/d/dns_managed_zone.html.markdown +++ b/website/docs/d/dns_managed_zone.html.markdown @@ -34,7 +34,7 @@ resource "google_dns_record_set" "dns" { * `name` - (Required) A unique name for the resource. -* `project` - (Optional) ID of the project for the Google Cloud DNS zone. +* `project` - (Optional) The ID of the project for the Google Cloud DNS zone. ## Attributes Reference diff --git a/website/docs/d/google_compute_instance_group.html.markdown b/website/docs/d/google_compute_instance_group.html.markdown index 0c1ec1ad..cada8f87 100644 --- a/website/docs/d/google_compute_instance_group.html.markdown +++ b/website/docs/d/google_compute_instance_group.html.markdown @@ -29,7 +29,7 @@ The following arguments are supported: - - - -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. ## Attributes Reference @@ -40,7 +40,7 @@ The following arguments are exported: * `instances` - List of instances in the group. -* `named_port` - List of named ports in the group. +* `named_port` - List of named ports in the group. * `network` - The URL of the network the instance group is in. diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown index d9bfb38b..2d7c83f0 100644 --- a/website/docs/index.html.markdown +++ b/website/docs/index.html.markdown @@ -20,7 +20,7 @@ Use the navigation to the left to read about the available resources. // Configure the Google Cloud provider provider "google" { credentials = "${file("account.json")}" - project = "my-gce-project" + project = "my-gce-project-id" region = "us-central1" } diff --git a/website/docs/r/bigquery_dataset.html.markdown b/website/docs/r/bigquery_dataset.html.markdown index 52d222b9..03cc3d6c 100644 --- a/website/docs/r/bigquery_dataset.html.markdown +++ b/website/docs/r/bigquery_dataset.html.markdown @@ -36,7 +36,7 @@ The following arguments are supported: * `dataset_id` - (Required) A unique ID for the resource. Changing this forces a new resource to be created. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `friendly_name` - (Optional) A descriptive name for the dataset. diff --git a/website/docs/r/bigquery_table.html.markdown b/website/docs/r/bigquery_table.html.markdown index 2e83ca2d..3c16cdcc 100644 --- a/website/docs/r/bigquery_table.html.markdown +++ b/website/docs/r/bigquery_table.html.markdown @@ -54,7 +54,7 @@ The following arguments are supported: * `table_id` - (Required) A unique ID for the resource. Changing this forces a new resource to be created. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `description` - (Optional) The field description. diff --git a/website/docs/r/bigtable_instance.html.markdown b/website/docs/r/bigtable_instance.html.markdown index 496ba00c..ac4a5df8 100644 --- a/website/docs/r/bigtable_instance.html.markdown +++ b/website/docs/r/bigtable_instance.html.markdown @@ -41,7 +41,7 @@ The following arguments are supported: * `storage_type` - (Optional) The storage type to use. One of `"SSD"` or `"HDD"`. Defaults to `SSD`. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `display_name` - (Optional) The human-readable display name of the Bigtable instance. Defaults to the instance `name`. diff --git a/website/docs/r/bigtable_table.html.markdown b/website/docs/r/bigtable_table.html.markdown index 2a2a0945..2c9d69bd 100644 --- a/website/docs/r/bigtable_table.html.markdown +++ b/website/docs/r/bigtable_table.html.markdown @@ -41,7 +41,7 @@ The following arguments are supported: * `split_keys` - (Optional) A list of predefined keys to split the table on. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. ## Attributes Reference diff --git a/website/docs/r/compute_address.html.markdown b/website/docs/r/compute_address.html.markdown index d692c242..3ba14687 100644 --- a/website/docs/r/compute_address.html.markdown +++ b/website/docs/r/compute_address.html.markdown @@ -33,7 +33,7 @@ The following arguments are supported: - - - -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `region` - (Optional) The Region in which the created address should reside. @@ -85,4 +85,4 @@ Alternatively, addresses can be imported using a full or partial `self_link`. $ terraform import google_compute_address.default https://www.googleapis.com/compute/v1/projects/gcp-project/regions/us-central1/addresses/test-address $ terraform import google_compute_address.default projects/gcp-project/regions/us-central1/addresses/test-address -``` \ No newline at end of file +``` diff --git a/website/docs/r/compute_autoscaler.html.markdown b/website/docs/r/compute_autoscaler.html.markdown index 94addda8..2ab2ebd2 100644 --- a/website/docs/r/compute_autoscaler.html.markdown +++ b/website/docs/r/compute_autoscaler.html.markdown @@ -94,7 +94,7 @@ The following arguments are supported: * `description` - (Optional) An optional textual description of the instance group manager. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. The `autoscaling_policy` block contains: diff --git a/website/docs/r/compute_backend_bucket.html.markdown b/website/docs/r/compute_backend_bucket.html.markdown index 54f56856..8e36aafe 100644 --- a/website/docs/r/compute_backend_bucket.html.markdown +++ b/website/docs/r/compute_backend_bucket.html.markdown @@ -45,7 +45,7 @@ The following arguments are supported: * `enable_cdn` - (Optional) Whether or not to enable the Cloud CDN on the backend bucket. -* `project` - (Optional) The project in which the resource belongs. If it is not provided, the +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. ## Attributes Reference diff --git a/website/docs/r/compute_backend_service.html.markdown b/website/docs/r/compute_backend_service.html.markdown index fa7834c3..c4bc55f6 100644 --- a/website/docs/r/compute_backend_service.html.markdown +++ b/website/docs/r/compute_backend_service.html.markdown @@ -86,7 +86,7 @@ The following arguments are supported: * `port_name` - (Optional) The name of a service that has been added to an instance group in this backend. See [related docs](https://cloud.google.com/compute/docs/instance-groups/#specifying_service_endpoints) for details. Defaults to http. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `protocol` - (Optional) The protocol for incoming requests. Defaults to diff --git a/website/docs/r/compute_disk.html.markdown b/website/docs/r/compute_disk.html.markdown index bfe784f1..7c0b51c2 100644 --- a/website/docs/r/compute_disk.html.markdown +++ b/website/docs/r/compute_disk.html.markdown @@ -56,7 +56,7 @@ The following arguments are supported: For instance, the image `centos-6-v20180104` includes its family name `centos-6`. These images can be referred by family name here. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `size` - (Optional) The size of the image in gigabytes. If not specified, it diff --git a/website/docs/r/compute_firewall.html.markdown b/website/docs/r/compute_firewall.html.markdown index 9324e882..80124a14 100644 --- a/website/docs/r/compute_firewall.html.markdown +++ b/website/docs/r/compute_firewall.html.markdown @@ -53,7 +53,7 @@ The following arguments are supported: * `description` - (Optional) Textual description field. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `priority` - (Optional) The priority for this firewall. Ranges from 0-65535, inclusive. Defaults to 1000. Firewall diff --git a/website/docs/r/compute_forwarding_rule.html.markdown b/website/docs/r/compute_forwarding_rule.html.markdown index e0ca8164..ce5e9ca3 100644 --- a/website/docs/r/compute_forwarding_rule.html.markdown +++ b/website/docs/r/compute_forwarding_rule.html.markdown @@ -64,7 +64,7 @@ The following arguments are supported: balancing. Packets addressed to these ports will be forwarded to the backends configured with this forwarding rule. Required for internal load balancing. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of project in which the resource belongs. If it is not provided, the provider project is used. * `region` - (Optional) The Region in which the created address should reside. diff --git a/website/docs/r/compute_global_address.html.markdown b/website/docs/r/compute_global_address.html.markdown index 89b9874e..6a327cdb 100644 --- a/website/docs/r/compute_global_address.html.markdown +++ b/website/docs/r/compute_global_address.html.markdown @@ -30,7 +30,7 @@ The following arguments are supported: - - - -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `ip_version` - (Optional) The IP Version that will be used by this address. One of `"IPV4"` or `"IPV6"`. diff --git a/website/docs/r/compute_global_forwarding_rule.html.markdown b/website/docs/r/compute_global_forwarding_rule.html.markdown index 8fc94d34..6670847d 100644 --- a/website/docs/r/compute_global_forwarding_rule.html.markdown +++ b/website/docs/r/compute_global_forwarding_rule.html.markdown @@ -96,7 +96,7 @@ The following arguments are supported: * Target SSL proxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883, 5222 * Target VPN gateway: 500, 4500 -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `ip_version` - (Optional) @@ -123,4 +123,4 @@ Global forwarding rules can be imported using the `name`, e.g. ``` $ terraform import google_compute_global_forwarding_rule.default default-rule -``` \ No newline at end of file +``` diff --git a/website/docs/r/compute_http_health_check.html.markdown b/website/docs/r/compute_http_health_check.html.markdown index fcb43fb7..19ebc0ab 100644 --- a/website/docs/r/compute_http_health_check.html.markdown +++ b/website/docs/r/compute_http_health_check.html.markdown @@ -49,7 +49,7 @@ The following arguments are supported: * `port` - (Optional) TCP port to connect to (default 80). -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `request_path` - (Optional) URL path to query (default /). diff --git a/website/docs/r/compute_https_health_check.html.markdown b/website/docs/r/compute_https_health_check.html.markdown index 945e741b..28bc3a15 100644 --- a/website/docs/r/compute_https_health_check.html.markdown +++ b/website/docs/r/compute_https_health_check.html.markdown @@ -48,7 +48,7 @@ The following arguments are supported: * `port` - (Optional) TCP port to connect to (default 443). -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `request_path` - (Optional) URL path to query (default /). diff --git a/website/docs/r/compute_image.html.markdown b/website/docs/r/compute_image.html.markdown index acc3e834..9f5dc10b 100644 --- a/website/docs/r/compute_image.html.markdown +++ b/website/docs/r/compute_image.html.markdown @@ -60,7 +60,7 @@ The following arguments are supported: (Note that one of either source_disk or * `source_disk` - (Optional) The URL of a disk that will be used as the source of the image. Changing this forces a new resource to be created. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `raw_disk` - (Optional) The raw disk that will be used as the source of the image. @@ -80,7 +80,6 @@ The `raw_disk` block supports: * `container_type` - (Optional) The format used to encode and transmit the block device. TAR is the only supported type and is the default. - ## Attributes Reference In addition to the arguments listed above, the following computed attributes are diff --git a/website/docs/r/compute_instance.html.markdown b/website/docs/r/compute_instance.html.markdown index 5bb112e5..d3bb0de5 100644 --- a/website/docs/r/compute_instance.html.markdown +++ b/website/docs/r/compute_instance.html.markdown @@ -107,7 +107,7 @@ The following arguments are supported: `Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). **Note**: [`allow_stopping_for_update`](#allow_stopping_for_update) must be set to true in order to update this field. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `scheduling` - (Optional) The scheduling strategy to use. More details about diff --git a/website/docs/r/compute_instance_group.html.markdown b/website/docs/r/compute_instance_group.html.markdown index c9a40439..1279532c 100644 --- a/website/docs/r/compute_instance_group.html.markdown +++ b/website/docs/r/compute_instance_group.html.markdown @@ -74,7 +74,7 @@ The following arguments are supported: * `named_port` - (Optional) The named port configuration. See the section below for details on configuration. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `network` - (Optional) The URL of the network the instance group is in. If @@ -112,4 +112,4 @@ Instance group can be imported using the `zone` and `name`, e.g. ``` $ terraform import google_compute_instance_group.webservers us-central1-a/terraform-webservers -``` \ No newline at end of file +``` diff --git a/website/docs/r/compute_instance_group_manager.html.markdown b/website/docs/r/compute_instance_group_manager.html.markdown index 14d04c61..e6c6ebed 100644 --- a/website/docs/r/compute_instance_group_manager.html.markdown +++ b/website/docs/r/compute_instance_group_manager.html.markdown @@ -84,7 +84,7 @@ The following arguments are supported: * `named_port` - (Optional) The named port configuration. See the section below for details on configuration. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `update_strategy` - (Optional, Default `"RESTART"`) If the `instance_template` diff --git a/website/docs/r/compute_instance_template.html.markdown b/website/docs/r/compute_instance_template.html.markdown index cc249887..b1ab1cc5 100644 --- a/website/docs/r/compute_instance_template.html.markdown +++ b/website/docs/r/compute_instance_template.html.markdown @@ -151,7 +151,7 @@ The following arguments are supported: this template. This can be specified multiple times for multiple networks. Structure is documented below. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `region` - (Optional) An instance template is a global resource that is not @@ -223,7 +223,7 @@ The `network_interface` block supports: to. The subnetwork must exist in the same `region` this instance will be created in. Either `network` or `subnetwork` must be provided. -* `subnetwork_project` - (Optional) The project in which the subnetwork belongs. +* `subnetwork_project` - (Optional) The ID of the project in which the subnetwork belongs. If it is not provided, the provider project is used. * `address` - (Optional) The private IP address to assign to the instance. If diff --git a/website/docs/r/compute_network.html.markdown b/website/docs/r/compute_network.html.markdown index 29d1d344..a77769c8 100644 --- a/website/docs/r/compute_network.html.markdown +++ b/website/docs/r/compute_network.html.markdown @@ -47,7 +47,7 @@ The following arguments are supported: * `description` - (Optional) A brief description of this resource. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. ## Attributes Reference diff --git a/website/docs/r/compute_project_metadata.html.markdown b/website/docs/r/compute_project_metadata.html.markdown index 900602d5..e262822a 100644 --- a/website/docs/r/compute_project_metadata.html.markdown +++ b/website/docs/r/compute_project_metadata.html.markdown @@ -13,8 +13,8 @@ Manages metadata common to all instances for a project in GCE. For more informat and [API](https://cloud.google.com/compute/docs/reference/latest/projects/setCommonInstanceMetadata). -~> **Note:** If you want to manage only single key/value pairs within the project metadata -rather than the entire set, then use +~> **Note:** If you want to manage only single key/value pairs within the project metadata +rather than the entire set, then use [google_compute_project_metadata_item](compute_project_metadata_item.html). ## Example Usage @@ -38,7 +38,7 @@ The following arguments are supported: - - - -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. ## Attributes Reference diff --git a/website/docs/r/compute_project_metadata_item.html.markdown b/website/docs/r/compute_project_metadata_item.html.markdown index a48dd7e2..f5f16bfe 100644 --- a/website/docs/r/compute_project_metadata_item.html.markdown +++ b/website/docs/r/compute_project_metadata_item.html.markdown @@ -32,7 +32,7 @@ The following arguments are supported: - - - -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. ## Attributes Reference diff --git a/website/docs/r/compute_region_autoscaler.html.markdown b/website/docs/r/compute_region_autoscaler.html.markdown index 91979f73..fd178c49 100644 --- a/website/docs/r/compute_region_autoscaler.html.markdown +++ b/website/docs/r/compute_region_autoscaler.html.markdown @@ -94,7 +94,7 @@ The following arguments are supported: * `description` - (Optional) An optional textual description of the instance group manager. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. The `autoscaling_policy` block contains: diff --git a/website/docs/r/compute_region_backend_service.html.markdown b/website/docs/r/compute_region_backend_service.html.markdown index 0f31a95e..b0550275 100644 --- a/website/docs/r/compute_region_backend_service.html.markdown +++ b/website/docs/r/compute_region_backend_service.html.markdown @@ -9,7 +9,7 @@ description: |- # google\_compute\_region\_backend\_service A Region Backend Service defines a regionally-scoped group of virtual machines that will serve traffic for load balancing. -For more information see [the official documentation](https://cloud.google.com/compute/docs/load-balancing/internal/) +For more information see [the official documentation](https://cloud.google.com/compute/docs/load-balancing/internal/) and [API](https://cloud.google.com/compute/docs/reference/latest/backendServices). ## Example Usage @@ -80,7 +80,7 @@ The following arguments are supported: * `description` - (Optional) The textual description for the backend service. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `protocol` - (Optional) The protocol for incoming requests. Defaults to diff --git a/website/docs/r/compute_region_instance_group_manager.html.markdown b/website/docs/r/compute_region_instance_group_manager.html.markdown index 56176976..ff1d5f64 100644 --- a/website/docs/r/compute_region_instance_group_manager.html.markdown +++ b/website/docs/r/compute_region_instance_group_manager.html.markdown @@ -84,7 +84,7 @@ The following arguments are supported: * `named_port` - (Optional) The named port configuration. See the section below for details on configuration. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `target_size` - (Optional) The target number of running instances for this managed diff --git a/website/docs/r/compute_route.html.markdown b/website/docs/r/compute_route.html.markdown index c5999fd6..1f48eb07 100644 --- a/website/docs/r/compute_route.html.markdown +++ b/website/docs/r/compute_route.html.markdown @@ -68,7 +68,7 @@ The following arguments are supported: * `next_hop_vpn_tunnel` - (Optional) The name of the VPN to route to if this route is matched. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `tags` - (Optional) The tags that this route applies to. diff --git a/website/docs/r/compute_router.html.markdown b/website/docs/r/compute_router.html.markdown index f2292d24..43344c00 100644 --- a/website/docs/r/compute_router.html.markdown +++ b/website/docs/r/compute_router.html.markdown @@ -121,7 +121,7 @@ The following arguments are supported: * `description` - (Optional) A description of the resource. Changing this forces a new router to be created. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. Changing this forces a new router to be created. diff --git a/website/docs/r/compute_router_interface.html.markdown b/website/docs/r/compute_router_interface.html.markdown index 5c0ee9ee..31417432 100644 --- a/website/docs/r/compute_router_interface.html.markdown +++ b/website/docs/r/compute_router_interface.html.markdown @@ -40,10 +40,10 @@ The following arguments are supported: - - - -* `ip_range` - (Optional) IP address and range of the interface. The IP range must be +* `ip_range` - (Optional) IP address and range of the interface. The IP range must be in the RFC3927 link-local IP space. Changing this forces a new interface to be created. -* `project` - (Optional) The project in which this interface's router belongs. If it +* `project` - (Optional) The ID of the project in which this interface's router belongs. If it is not provided, the provider project is used. Changing this forces a new interface to be created. * `region` - (Optional) The region this interface's router sits in. If not specified, diff --git a/website/docs/r/compute_router_peer.html.markdown b/website/docs/r/compute_router_peer.html.markdown index 64b5b9b5..a5fd0b03 100644 --- a/website/docs/r/compute_router_peer.html.markdown +++ b/website/docs/r/compute_router_peer.html.markdown @@ -51,7 +51,7 @@ The following arguments are supported: * `advertised_route_priority` - (Optional) The priority of routes advertised to this BGP peer. Changing this forces a new peer to be created. -* `project` - (Optional) The project in which this peer's router belongs. If it +* `project` - (Optional) The ID of the project in which this peer's router belongs. If it is not provided, the provider project is used. Changing this forces a new peer to be created. * `region` - (Optional) The region this peer's router sits in. If not specified, diff --git a/website/docs/r/compute_snapshot.html.markdown b/website/docs/r/compute_snapshot.html.markdown index d6a805ee..7a6e1b9b 100644 --- a/website/docs/r/compute_snapshot.html.markdown +++ b/website/docs/r/compute_snapshot.html.markdown @@ -50,11 +50,11 @@ The following arguments are supported: encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4) to encrypt this snapshot. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `labels` - (Optional) A set of key/value label pairs to assign to the snapshot. - + ## Attributes Reference In addition to the arguments listed above, the following computed attributes are diff --git a/website/docs/r/compute_ssl_certificate.html.markdown b/website/docs/r/compute_ssl_certificate.html.markdown index a1c74664..3fa528ff 100644 --- a/website/docs/r/compute_ssl_certificate.html.markdown +++ b/website/docs/r/compute_ssl_certificate.html.markdown @@ -76,7 +76,7 @@ The following arguments are supported: * `description` - (Optional) An optional description of this resource. Changing this forces a new resource to be created. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. ## Attributes Reference diff --git a/website/docs/r/compute_subnetwork.html.markdown b/website/docs/r/compute_subnetwork.html.markdown index 52a376f7..ee2246d8 100644 --- a/website/docs/r/compute_subnetwork.html.markdown +++ b/website/docs/r/compute_subnetwork.html.markdown @@ -8,9 +8,9 @@ description: |- # google\_compute\_subnetwork -Manages a subnetwork within GCE. For more information see +Manages a subnetwork within GCE. For more information see [the official documentation](https://cloud.google.com/compute/docs/vpc/#vpc_networks_and_subnets) -and +and [API](https://cloud.google.com/compute/docs/reference/latest/subnetworks). ## Example Usage @@ -46,7 +46,7 @@ The following arguments are supported: * `description` - (Optional) Description of this subnetwork. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `region` - (Optional) The region this subnetwork will be created in. If @@ -64,7 +64,7 @@ The `secondary_ip_range` block supports: * `range_name` - (Required) The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. -* `ip_cidr_range` - (Required) The range of IP addresses belonging to this subnetwork secondary range. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. +* `ip_cidr_range` - (Required) The range of IP addresses belonging to this subnetwork secondary range. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. ## Attributes Reference diff --git a/website/docs/r/compute_target_http_proxy.html.markdown b/website/docs/r/compute_target_http_proxy.html.markdown index c450f93b..edad94d0 100644 --- a/website/docs/r/compute_target_http_proxy.html.markdown +++ b/website/docs/r/compute_target_http_proxy.html.markdown @@ -72,7 +72,7 @@ The following arguments are supported: * `url_map` - (Required) The URL of a URL Map resource that defines the mapping from the URL to the BackendService. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. - - - diff --git a/website/docs/r/compute_target_https_proxy.html.markdown b/website/docs/r/compute_target_https_proxy.html.markdown index 73273bdc..4ec47c4b 100644 --- a/website/docs/r/compute_target_https_proxy.html.markdown +++ b/website/docs/r/compute_target_https_proxy.html.markdown @@ -88,7 +88,7 @@ The following arguments are supported: * `description` - (Optional) A description of this resource. Changing this forces a new resource to be created. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. ## Attributes Reference diff --git a/website/docs/r/compute_target_pool.html.markdown b/website/docs/r/compute_target_pool.html.markdown index e0920e0f..6b41f002 100644 --- a/website/docs/r/compute_target_pool.html.markdown +++ b/website/docs/r/compute_target_pool.html.markdown @@ -65,7 +65,7 @@ The following arguments are supported: Terraform interpolators to create a dependency on the instances from the target pool. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `region` - (Optional) Where the target pool resides. Defaults to project diff --git a/website/docs/r/compute_target_ssl_proxy.html.markdown b/website/docs/r/compute_target_ssl_proxy.html.markdown index 6e506b63..dd03d1e9 100644 --- a/website/docs/r/compute_target_ssl_proxy.html.markdown +++ b/website/docs/r/compute_target_ssl_proxy.html.markdown @@ -65,7 +65,7 @@ The following arguments are supported: * `description` - (Optional) A description of this resource. Changing this forces a new resource to be created. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. ## Attributes Reference @@ -83,4 +83,4 @@ SSL proxy can be imported using the `name`, e.g. ``` $ terraform import google_compute_target_ssl_proxy.default test -``` \ No newline at end of file +``` diff --git a/website/docs/r/compute_target_tcp_proxy.html.markdown b/website/docs/r/compute_target_tcp_proxy.html.markdown index a8aa91c5..37da0b2e 100644 --- a/website/docs/r/compute_target_tcp_proxy.html.markdown +++ b/website/docs/r/compute_target_tcp_proxy.html.markdown @@ -59,7 +59,7 @@ The following arguments are supported: * `description` - (Optional) A description of this resource. Changing this forces a new resource to be created. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. ## Attributes Reference @@ -77,4 +77,4 @@ TCP proxy can be imported using the `name`, e.g. ``` $ terraform import google_compute_target_tcp_proxy.default test -``` \ No newline at end of file +``` diff --git a/website/docs/r/compute_url_map.html.markdown b/website/docs/r/compute_url_map.html.markdown index 2aee2623..35114b29 100644 --- a/website/docs/r/compute_url_map.html.markdown +++ b/website/docs/r/compute_url_map.html.markdown @@ -109,7 +109,7 @@ The following arguments are supported: * `path_matcher` - (Optional) A list of paths to match. Structure is documented below. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `test` - (Optional) The test to perform. Multiple blocks of this type are permitted. Structure is documented below. diff --git a/website/docs/r/compute_vpn_gateway.html.markdown b/website/docs/r/compute_vpn_gateway.html.markdown index c0f100a0..18a6319f 100644 --- a/website/docs/r/compute_vpn_gateway.html.markdown +++ b/website/docs/r/compute_vpn_gateway.html.markdown @@ -97,7 +97,7 @@ The following arguments are supported: * `description` - (Optional) A description of the resource. Changing this forces a new resource to be created. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `region` - (Optional) The region this gateway should sit in. If not specified, diff --git a/website/docs/r/compute_vpn_tunnel.html.markdown b/website/docs/r/compute_vpn_tunnel.html.markdown index dcac4b8a..ec6980c9 100644 --- a/website/docs/r/compute_vpn_tunnel.html.markdown +++ b/website/docs/r/compute_vpn_tunnel.html.markdown @@ -127,7 +127,7 @@ The following arguments are supported: to be used for dynamic routing. Refer to Google documentation for more information. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `region` - (Optional) The region this tunnel should sit in. If not specified, diff --git a/website/docs/r/container_cluster.html.markdown b/website/docs/r/container_cluster.html.markdown index cd608faa..559ee980 100644 --- a/website/docs/r/container_cluster.html.markdown +++ b/website/docs/r/container_cluster.html.markdown @@ -148,7 +148,7 @@ output "cluster_ca_certificate" { or set to the same value as `min_master_version` on create. Defaults to the default version set by GKE which is not necessarily the latest version. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `subnetwork` - (Optional) The name of the Google Compute Engine subnetwork in diff --git a/website/docs/r/container_node_pool.html.markdown b/website/docs/r/container_node_pool.html.markdown index 1561865e..bc3de947 100644 --- a/website/docs/r/container_node_pool.html.markdown +++ b/website/docs/r/container_node_pool.html.markdown @@ -117,7 +117,7 @@ resource "google_container_cluster" "primary" { * `node_count` - (Optional) The number of nodes per instance group. -* `project` - (Optional) The project in which to create the node pool. If blank, +* `project` - (Optional) The ID of the project in which to create the node pool. If blank, the provider-configured project will be used. The `autoscaling` block supports: diff --git a/website/docs/r/dataproc_cluster.html.markdown b/website/docs/r/dataproc_cluster.html.markdown index 7264c023..c4e5fc43 100644 --- a/website/docs/r/dataproc_cluster.html.markdown +++ b/website/docs/r/dataproc_cluster.html.markdown @@ -86,7 +86,7 @@ resource "google_dataproc_cluster" "mycluster" { - - - -* `project` - (Optional) The project in which the `cluster` will exist. If it +* `project` - (Optional) The ID of the project in which the `cluster` will exist. If it is not provided, the provider project is used. * `region` - (Optional) The region in which the cluster and associated nodes will be created in. diff --git a/website/docs/r/dns_managed_zone.markdown b/website/docs/r/dns_managed_zone.markdown index cf8c0e9d..da895957 100644 --- a/website/docs/r/dns_managed_zone.markdown +++ b/website/docs/r/dns_managed_zone.markdown @@ -34,7 +34,7 @@ The following arguments are supported: * `description` - (Optional) A textual description field. Defaults to 'Managed by Terraform'. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. ## Attributes Reference diff --git a/website/docs/r/dns_record_set.markdown b/website/docs/r/dns_record_set.markdown index 1bc18bbc..8a4f23b9 100644 --- a/website/docs/r/dns_record_set.markdown +++ b/website/docs/r/dns_record_set.markdown @@ -93,7 +93,7 @@ The following arguments are supported: - - - -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. ## Attributes Reference diff --git a/website/docs/r/google_service_account.html.markdown b/website/docs/r/google_service_account.html.markdown index ea9c6949..ed6af779 100644 --- a/website/docs/r/google_service_account.html.markdown +++ b/website/docs/r/google_service_account.html.markdown @@ -32,7 +32,7 @@ The following arguments are supported: * `display_name` - (Optional) The display name for the service account. Can be updated without creating a new resource. -* `project` - (Optional) The project that the service account will be created in. +* `project` - (Optional) The ID of the project that the service account will be created in. Defaults to the provider project configuration. * `policy_data` - (DEPRECATED, Optional) The `google_iam_policy` data source that represents diff --git a/website/docs/r/logging_project_sink.html.markdown b/website/docs/r/logging_project_sink.html.markdown index 5767cf80..86816fd3 100644 --- a/website/docs/r/logging_project_sink.html.markdown +++ b/website/docs/r/logging_project_sink.html.markdown @@ -103,7 +103,7 @@ The following arguments are supported: See [Advanced Log Filters](https://cloud.google.com/logging/docs/view/advanced_filters) for information on how to write a filter. -* `project` - (Optional) The project to create the sink in. If omitted, the project associated with the provider is +* `project` - (Optional) The ID of the project to create the sink in. If omitted, the project associated with the provider is used. * `unique_writer_identity` - (Optional) Whether or not to create a unique identity associated with this sink. If `false` diff --git a/website/docs/r/pubsub_subscription.html.markdown b/website/docs/r/pubsub_subscription.html.markdown index 438dd6e6..96d24660 100644 --- a/website/docs/r/pubsub_subscription.html.markdown +++ b/website/docs/r/pubsub_subscription.html.markdown @@ -66,7 +66,7 @@ The following arguments are supported: subscriber has to acknowledge a received message, otherwise the message is redelivered. Changing this forces a new resource to be created. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `push_config` - (Optional) Block configuration for push options. More diff --git a/website/docs/r/pubsub_topic.html.markdown b/website/docs/r/pubsub_topic.html.markdown index 17f38d5d..5f85c824 100644 --- a/website/docs/r/pubsub_topic.html.markdown +++ b/website/docs/r/pubsub_topic.html.markdown @@ -30,7 +30,7 @@ The following arguments are supported: - - - -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. ## Attributes Reference diff --git a/website/docs/r/runtimeconfig_config.html.markdown b/website/docs/r/runtimeconfig_config.html.markdown index 6a0b86f4..012f85ca 100644 --- a/website/docs/r/runtimeconfig_config.html.markdown +++ b/website/docs/r/runtimeconfig_config.html.markdown @@ -32,7 +32,7 @@ The following arguments are supported: - - - -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `description` - (Optional) The description to associate with the runtime diff --git a/website/docs/r/runtimeconfig_variable.html.markdown b/website/docs/r/runtimeconfig_variable.html.markdown index 83250b7e..053a9ac9 100644 --- a/website/docs/r/runtimeconfig_variable.html.markdown +++ b/website/docs/r/runtimeconfig_variable.html.markdown @@ -65,7 +65,7 @@ is specified, it must be base64 encoded and less than 4096 bytes in length. - - - -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. ## Attributes Reference @@ -75,4 +75,4 @@ exported: * `update_time` - (Computed) The timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds, representing when the variable was last updated. -Example: "2016-10-09T12:33:37.578138407Z". \ No newline at end of file +Example: "2016-10-09T12:33:37.578138407Z". diff --git a/website/docs/r/sourcerepo_repository.html.markdown b/website/docs/r/sourcerepo_repository.html.markdown index 1777081a..15cb04bb 100644 --- a/website/docs/r/sourcerepo_repository.html.markdown +++ b/website/docs/r/sourcerepo_repository.html.markdown @@ -30,7 +30,7 @@ The following arguments are supported: - - - -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. ## Attributes Reference diff --git a/website/docs/r/spanner_database.html.markdown b/website/docs/r/spanner_database.html.markdown index 2f42eedf..b194ea9a 100644 --- a/website/docs/r/spanner_database.html.markdown +++ b/website/docs/r/spanner_database.html.markdown @@ -40,7 +40,7 @@ The following arguments are supported: - - - -* `project` - (Optional) The project in which to look for the `instance` specified. If it +* `project` - (Optional) The ID of the project in which to look for the `instance` specified. If it is not provided, the provider project is used. * `ddl` - (Optional) An optional list of DDL statements to run inside the newly created diff --git a/website/docs/r/spanner_instance.html.markdown b/website/docs/r/spanner_instance.html.markdown index c6a71f5b..bf060082 100644 --- a/website/docs/r/spanner_instance.html.markdown +++ b/website/docs/r/spanner_instance.html.markdown @@ -46,7 +46,7 @@ The following arguments are supported: * `num_nodes` - (Optional, Computed) The number of nodes allocated to this instance. Defaults to `1`. This can be updated after creation. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `labels` - (Optional) A mapping (key/value pairs) of labels to assign to the instance. diff --git a/website/docs/r/sql_database.html.markdown b/website/docs/r/sql_database.html.markdown index 631cd8d3..b6461424 100644 --- a/website/docs/r/sql_database.html.markdown +++ b/website/docs/r/sql_database.html.markdown @@ -44,7 +44,7 @@ The following arguments are supported: - - - -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `charset` - (Optional) The charset value. See MySQL's diff --git a/website/docs/r/sql_database_instance.html.markdown b/website/docs/r/sql_database_instance.html.markdown index cbf37d82..055fa438 100644 --- a/website/docs/r/sql_database_instance.html.markdown +++ b/website/docs/r/sql_database_instance.html.markdown @@ -56,8 +56,8 @@ resource "google_sql_database_instance" "master" { The following arguments are supported: -* `region` - (Required) The region the instance will sit in. Note, first-generation Cloud SQL instance - regions do not line up with the Google Compute Engine (GCE) regions, and Cloud SQL is not +* `region` - (Required) The region the instance will sit in. Note, first-generation Cloud SQL instance + regions do not line up with the Google Compute Engine (GCE) regions, and Cloud SQL is not available in all regions - choose from one of the options listed [here](https://cloud.google.com/sql/docs/mysql/instance-locations). * `settings` - (Required) The settings to use for the database. The @@ -82,7 +82,7 @@ The following arguments are supported: the master in the replication setup. Note, this requires the master to have `binary_log_enabled` set, as well as existing backups. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `replica_configuration` - (Optional) The configuration for replication. The diff --git a/website/docs/r/sql_user.html.markdown b/website/docs/r/sql_user.html.markdown index 65f41f23..c3c74f4f 100644 --- a/website/docs/r/sql_user.html.markdown +++ b/website/docs/r/sql_user.html.markdown @@ -53,7 +53,7 @@ The following arguments are supported: for first generation SQL instances. Don't set this field for second generation SQL instances. Can be an IP address. Changing this forces a new resource to be created. -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. ## Attributes Reference diff --git a/website/docs/r/storage_bucket.html.markdown b/website/docs/r/storage_bucket.html.markdown index 2a2053be..0531a33f 100644 --- a/website/docs/r/storage_bucket.html.markdown +++ b/website/docs/r/storage_bucket.html.markdown @@ -8,12 +8,12 @@ description: |- # google\_storage\_bucket -Creates a new bucket in Google cloud storage service (GCS). +Creates a new bucket in Google cloud storage service (GCS). Once a bucket has been created, its location can't be changed. [ACLs](https://cloud.google.com/storage/docs/access-control/lists) can be applied using the `google_storage_bucket_acl` resource. -For more information see -[the official documentation](https://cloud.google.com/storage/docs/overview) -and +For more information see +[the official documentation](https://cloud.google.com/storage/docs/overview) +and [API](https://cloud.google.com/storage/docs/json_api/v1/buckets). @@ -47,7 +47,7 @@ The following arguments are supported: * `location` - (Optional, Default: 'US') The [GCS location](https://cloud.google.com/storage/docs/bucket-locations) -* `project` - (Optional) The project in which the resource belongs. If it +* `project` - (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used. * `storage_class` - (Optional) The [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of the new bucket. Supported values include: `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`. @@ -99,15 +99,15 @@ The `website` block supports: * `not_found_page` - (Optional) The custom object to return when a requested resource is not found. - + The `cors` block supports: * `origin` - (Optional) The list of [Origins](https://tools.ietf.org/html/rfc6454) eligible to receive CORS response headers. Note: "*" is permitted in the list of origins, and means "any Origin". - + * `method` - (Optional) The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method". - + * `response_header` - (Optional) The list of HTTP headers other than the [simple response headers](https://www.w3.org/TR/cors/#simple-response-header) to give permission for the user-agent to share across domains. - + * `max_age_seconds` - (Optional) The value, in seconds, to return in the [Access-Control-Max-Age header](https://www.w3.org/TR/cors/#access-control-max-age-response-header) used in preflight responses. The `logging` block supports: