blob: 3c663bd105fd65e2c1b02c8ab5a8ef4f88b31934 [file] [log] [blame]
resource "aws_instance" "web" {
}
import {
to = aws_instance.web
id = "test"
}
import {
to = aws_instance.web
id = "test2"
}