mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-12 23:43:17 -05:00
7 lines
106 B
HCL
7 lines
106 B
HCL
resource "test_instance" "foo" {
|
|
ami = "bar"
|
|
}
|
|
|
|
resource "test_instance" "bar" {
|
|
error = "true"
|
|
}
|