mirror of
https://github.com/idanoo/fediservices.nz-infra
synced 2025-07-05 15:52:16 +00:00
Remove tags
This commit is contained in:
parent
0ae9705e90
commit
995d766b94
1 changed files with 0 additions and 8 deletions
8
ec2.tf
8
ec2.tf
|
@ -9,14 +9,6 @@ resource "aws_instance" "instance" {
|
||||||
subnet_id = element(aws_subnet.subnet.*.id, 1)
|
subnet_id = element(aws_subnet.subnet.*.id, 1)
|
||||||
key_name = var.ssh_key
|
key_name = var.ssh_key
|
||||||
vpc_security_group_ids = [aws_security_group.sg.id]
|
vpc_security_group_ids = [aws_security_group.sg.id]
|
||||||
|
|
||||||
tags = { Name = "status.fediservices.nz" }
|
|
||||||
|
|
||||||
lifecycle {
|
|
||||||
ignore_changes = [
|
|
||||||
tags,
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Elastic IP
|
# Elastic IP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue