terraform/terraform/test-fixtures/apply-taint/main.tf

5 lines
63 B
HCL

resource "aws_instance" "bar" {
id = "foo"
num = "2"
}