Merge pull request #7954 from ehmo/patch-1

typo
This commit is contained in:
James Nugent 2016-08-03 14:25:37 -07:00 committed by GitHub
commit b33871d966

View File

@ -141,7 +141,7 @@ The `network_interface` block supports:
* `access_config` - (Optional) Access configurations, i.e. IPs via which this
instance can be accessed via the Internet. Omit to ensure that the instance
is not accessible from the Internet (this means that ssh provisioners will
not work unless you are running Terraform can send traffic tothe instance's
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.