From 64d9dd8b5388a936338247d6ffa1148f6ba18de5 Mon Sep 17 00:00:00 2001 From: karolgorc Date: Mon, 7 Oct 2024 18:22:13 +0200 Subject: [PATCH] Clarify doc for `google_compute_instance` and related resources regarding `access_config` block (#11921) Co-authored-by: Sam Levenick --- .../terraform/website/docs/r/compute_instance.html.markdown | 2 +- .../website/docs/r/compute_instance_template.html.markdown | 2 +- .../docs/r/compute_region_instance_template.html.markdown | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mmv1/third_party/terraform/website/docs/r/compute_instance.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_instance.html.markdown index ab0e0f752037..9f51d2dfa18f 100644 --- a/mmv1/third_party/terraform/website/docs/r/compute_instance.html.markdown +++ b/mmv1/third_party/terraform/website/docs/r/compute_instance.html.markdown @@ -386,7 +386,7 @@ is desired, you will need to modify your state file manually using is not accessible from the Internet. If omitted, ssh provisioners will not work unless Terraform can send traffic to the instance's network (e.g. via tunnel or because it is running on another cloud instance on that network). - This block can be repeated multiple times. Structure [documented below](#nested_access_config). + This block can be specified once per `network_interface`. Structure [documented below](#nested_access_config). * `alias_ip_range` - (Optional) An array of alias IP ranges for this network interface. Can only be specified for network diff --git a/mmv1/third_party/terraform/website/docs/r/compute_instance_template.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_instance_template.html.markdown index e02439fe1233..afe75854b4e5 100644 --- a/mmv1/third_party/terraform/website/docs/r/compute_instance_template.html.markdown +++ b/mmv1/third_party/terraform/website/docs/r/compute_instance_template.html.markdown @@ -553,7 +553,7 @@ The following arguments are supported: is not accessible from the Internet (this means that ssh provisioners will not work unless you are running Terraform can send traffic to the instance's network (e.g. via tunnel or because it is running on another cloud instance - on that network). This block can be repeated multiple times. Structure [documented below](#nested_access_config). + on that network). This block can be specified once per `network_interface`. Structure [documented below](#nested_access_config). * `alias_ip_range` - (Optional) An array of alias IP ranges for this network interface. Can only be specified for network diff --git a/mmv1/third_party/terraform/website/docs/r/compute_region_instance_template.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_region_instance_template.html.markdown index 84cbcae282cd..facff74df4b6 100644 --- a/mmv1/third_party/terraform/website/docs/r/compute_region_instance_template.html.markdown +++ b/mmv1/third_party/terraform/website/docs/r/compute_region_instance_template.html.markdown @@ -519,7 +519,7 @@ The following arguments are supported: is not accessible from the Internet (this means that ssh provisioners will not work unless you are running Terraform can send traffic to the instance's network (e.g. via tunnel or because it is running on another cloud instance - on that network). This block can be repeated multiple times. Structure [documented below](#nested_access_config). + on that network). This block can be specified once per `network_interface`. Structure [documented below](#nested_access_config). * `alias_ip_range` - (Optional) An array of alias IP ranges for this network interface. Can only be specified for network