mirror of
https://github.com/opentofu/opentofu.git
synced 2026-02-11 23:03:31 -05:00
7 lines
106 B
HCL
7 lines
106 B
HCL
resource "test_instance" "foo" {
|
|
ami = "bar"
|
|
}
|
|
|
|
resource "test_instance" "bar" {
|
|
error = "true"
|
|
}
|