mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-04 01:01:25 -05:00
9 lines
87 B
HCL
9 lines
87 B
HCL
terraform {
|
|
backend "http" {
|
|
}
|
|
}
|
|
|
|
resource "test_instance" "foo" {
|
|
ami = "bar"
|
|
}
|