mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-21 09:00:15 -05:00
11 lines
97 B
HCL
11 lines
97 B
HCL
provider "foo" {
|
|
|
|
}
|
|
|
|
resource "bar_instance" "test" {
|
|
|
|
}
|
|
|
|
provider "baz" {
|
|
version = "1.2.0"
|
|
}
|