mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-01 17:02:38 -05:00
9 lines
93 B
HCL
9 lines
93 B
HCL
provider "test" {
|
|
foo = "bar"
|
|
|
|
alias = "alias"
|
|
}
|
|
|
|
resource "test_instance" "foo" {
|
|
}
|