mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-22 01:20:13 -05:00
8 lines
87 B
HCL
8 lines
87 B
HCL
terraform {
|
|
backend "http" {
|
|
}
|
|
}
|
|
|
|
resource "test_instance" "foo" {
|
|
ami = "bar"
|
|
}
|