Update variables.html.md (#9663)

Fixed a typo
This commit is contained in:
craigmonson 2016-10-27 14:07:19 -04:00 committed by Paul Stack
parent c2cf48aab7
commit d2eab5a760
1 changed files with 1 additions and 1 deletions

View File

@ -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" {