mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
more fixes
This commit is contained in:
parent
4d8a5e1c72
commit
851b354ac9
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue