From 96d88f171453119eeb9a133e58064358e96f0db7 Mon Sep 17 00:00:00 2001 From: Rasty Turek Date: Wed, 3 Aug 2016 13:44:52 -0700 Subject: [PATCH] typo --- .../docs/providers/google/r/compute_instance.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/google/r/compute_instance.html.markdown b/website/source/docs/providers/google/r/compute_instance.html.markdown index 960ce1db0..baa14c98c 100644 --- a/website/source/docs/providers/google/r/compute_instance.html.markdown +++ b/website/source/docs/providers/google/r/compute_instance.html.markdown @@ -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.