blob: 532c52f944be762f260d9b3cb7bceced5b69c2b5 [file] [log] [blame]
resource "test_instance" "foo" {
ami = "bar"
}
resource "test_instance" "bar" {
ami = "error"
}