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