terraform/internal/command/testdata/add/module/module/main.tf

9 lines
147 B
HCL

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