From d2eab5a760e4cd9c24e24aaf92e830c5c674eb97 Mon Sep 17 00:00:00 2001 From: craigmonson Date: Thu, 27 Oct 2016 14:07:19 -0400 Subject: [PATCH] Update variables.html.md (#9663) Fixed a typo --- website/source/intro/getting-started/variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/variables.html.md b/website/source/intro/getting-started/variables.html.md index 512e888729..ef18aea951 100644 --- a/website/source/intro/getting-started/variables.html.md +++ b/website/source/intro/getting-started/variables.html.md @@ -155,7 +155,7 @@ A variable can have a `map` type assigned explicitly, or it can be implicitly declared as a map by specifying a default value that is a map. The above demonstrates both. -Then, replace the `aws\_instance` with the following: +Then, replace the `aws_instance` with the following: ``` resource "aws_instance" "example" {