mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-14 04:01:09 -04:00
7 lines
72 B
HCL
7 lines
72 B
HCL
provider "test" {
|
|
foo = "bar"
|
|
}
|
|
|
|
resource "test_instance" "foo" {
|
|
}
|