Remove tags

This commit is contained in:
Daniel Mason 2023-04-22 13:25:27 +12:00
parent 0ae9705e90
commit 995d766b94
Signed by: idanoo
GPG key ID: 387387CDBC02F132

8
ec2.tf
View file

@ -9,14 +9,6 @@ resource "aws_instance" "instance" {
subnet_id = element(aws_subnet.subnet.*.id, 1)
key_name = var.ssh_key
vpc_security_group_ids = [aws_security_group.sg.id]
tags = { Name = "status.fediservices.nz" }
lifecycle {
ignore_changes = [
tags,
]
}
}
# Elastic IP