mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-03 20:50:59 -05:00
7 lines
91 B
HCL
7 lines
91 B
HCL
list "test_instance" "example" {
|
|
provider = test
|
|
|
|
config {
|
|
ami = "ami-12345"
|
|
}
|
|
}
|