mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-03 07:00:28 -05:00
12 lines
97 B
HCL
12 lines
97 B
HCL
provider "foo" {
|
|
|
|
}
|
|
|
|
resource "bar_instance" "test" {
|
|
|
|
}
|
|
|
|
provider "baz" {
|
|
version = "1.2.0"
|
|
}
|