docs/aws: Fix whitespacing in glacier_vault

This commit is contained in:
Radek Simko 2015-10-13 18:21:21 +02:00
parent 95832c2fb2
commit 43c7711ac8
1 changed files with 5 additions and 6 deletions

View File

@ -15,7 +15,6 @@ Provides a Glacier Vault Resource. You can refer to the [Glacier Developer Guide
## Example Usage
```
resource "aws_sns_topic" "aws_sns_topic" {
name = "glacier-sns-topic"
}
@ -49,7 +48,7 @@ resource "aws_glacier_vault" "my_archive" {
EOF
tags {
Test="MyArchive"
Test = "MyArchive"
}
}
```