mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-22 10:01:39 -04:00
6 lines
75 B
HCL
6 lines
75 B
HCL
provider "test" {}
|
|
|
|
resource "test_resource" "primary" {
|
|
value = "foo"
|
|
}
|