Skip to content

Commit

Permalink
Clarify doc for google_compute_instance and related resources regar…
Browse files Browse the repository at this point in the history
…ding `access_config` block (#11921)

Co-authored-by: Sam Levenick <[email protected]>
  • Loading branch information
karolgorc and slevenick authored Oct 7, 2024
1 parent 5fe624f commit 64d9dd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64d9dd8

Please sign in to comment.