more fixes

This commit is contained in:
Adrien Delorme 2020-05-27 16:51:44 +02:00
parent 4d8a5e1c72
commit 851b354ac9
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ The above is equivalent to the following native syntax configuration:
```hcl ```hcl
source "amazon-ebs" "example" { source "amazon-ebs" "example" {
tags { tags = {
key = "value" key = "value"
} }
} }

View File

@ -64,7 +64,7 @@ A _block_ is a container for other content:
source "amazon-ebs" "example" { source "amazon-ebs" "example" {
ami_name = "abc123" ami_name = "abc123"
tags { tags = {
# ... # ...
} }
} }