terraform/internal/command/testdata/show-json/provider-aliasing-default/child/nested/main.tf

12 lines
143 B
HCL

terraform {
required_providers {
test = {
source = "hashicorp/test"
}
}
}
resource "test_instance" "test" {
ami = "baz"
}