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