mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-31 16:00:31 -05:00
8 lines
106 B
HCL
8 lines
106 B
HCL
resource "test_instance" "foo" {
|
|
ami = "bar"
|
|
}
|
|
|
|
resource "test_instance" "bar" {
|
|
error = "true"
|
|
}
|