mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 23:23:59 -06:00
10 lines
113 B
HCL
10 lines
113 B
HCL
terraform {
|
|
backend "http" {
|
|
test = true
|
|
}
|
|
}
|
|
|
|
resource "test_instance" "foo" {
|
|
ami = "bar"
|
|
}
|