mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-21 06:07:21 -04:00
7 lines
No EOL
123 B
HCL
7 lines
No EOL
123 B
HCL
data "amazon-ami" "test_0" {
|
|
string = "string"
|
|
}
|
|
|
|
data "amazon-ami" "test_1" {
|
|
string = data.amazon-ami.test_0.string
|
|
} |