mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 10:31:22 -04:00
14 lines
196 B
HCL
14 lines
196 B
HCL
|
|
list "test_instance" "example" {
|
||
|
|
provider = test
|
||
|
|
|
||
|
|
config {
|
||
|
|
ami = "ami-12345"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
// resource type not supported in query files
|
||
|
|
resource "test_instance" "example" {
|
||
|
|
provider = test
|
||
|
|
}
|