mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-01 13:02:02 -05:00
6 lines
72 B
HCL
6 lines
72 B
HCL
provider "test" {
|
|
foo = "bar"
|
|
}
|
|
|
|
resource "test_instance" "foo" {
|
|
}
|