docs/aws: Fix whitespacing in glacier_vault
This commit is contained in:
parent
95832c2fb2
commit
43c7711ac8
|
@ -15,7 +15,6 @@ Provides a Glacier Vault Resource. You can refer to the [Glacier Developer Guide
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
resource "aws_sns_topic" "aws_sns_topic" {
|
resource "aws_sns_topic" "aws_sns_topic" {
|
||||||
name = "glacier-sns-topic"
|
name = "glacier-sns-topic"
|
||||||
}
|
}
|
||||||
|
@ -49,7 +48,7 @@ resource "aws_glacier_vault" "my_archive" {
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
tags {
|
tags {
|
||||||
Test="MyArchive"
|
Test = "MyArchive"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue