VT
Size: a a a
VT
AS
VT
AS
AS
resource "google_compute_region_backend_service" "my" {
dynamic backend {
for_each = concat(
google_compute_instance_group.my-canary[*].self_link,
google_compute_instance_group.my[*].self_link
)
content {
group = backend.value
}
}terraform apply -var canary=truecanary=falseresource "google_compute_instance" "my-canary" {
count = var.canary ? 1: 0AS
AS
A
AS
A
A
A
AU
depends_on = [
aws_iam_role_policy.example,
]
A
depends_on = [
aws_iam_role_policy.example,
]
AR
VT
V
this[0]terragrunt taint "module.ec2.aws_instance.this[0]"
VT
terragrunt taint "module.ec2.aws_instance.this[0]"
[0], .*