mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-02 21:40:48 -05:00
13 lines
196 B
HCL
13 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
|
|
}
|