pull/9305/head
Adrien Delorme 6 years ago
parent 4d8a5e1c72
commit 851b354ac9

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

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

Loading…
Cancel
Save