terraform/internal/command/testdata/dynamic-module-sources/module-with-count/modules/example/main.tf
2026-03-04 11:45:59 +01:00

7 lines
92 B
HCL

resource "test_instance" "example" {
ami = "bar"
}
variable "number" {
type = number
}