mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-25 09:14:01 -04:00
more fixes
This commit is contained in:
@@ -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 = {
|
||||
# ...
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user