# aws_instance.web[0] will be updated in-place ~ resource "aws_instance" "web" { id = "i-0abc123def456789" ~ tags = { + "CostCenter" = "engineering" + "Owner" = "platform-team" "Environment" = "production" } # (12 unchanged attributes hidden) }