blob: 0f11c2c0a4ea455412688dc4070aceeec37292f0 [file] [log] [blame]
resource "test_instance" "baz" {
ami = "baz"
}
moved {
from = test_instance.foo
to = test_instance.baz
}