more fixes
This commit is contained in:
parent
4d8a5e1c72
commit
851b354ac9
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = {
|
||||||
# ...
|
# ...
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue