please stop murdering my server whenever a new ami comes out thanks

This commit is contained in:
Erik Stambaugh 2024-01-19 17:33:17 -08:00
parent 4f5d601316
commit 11673e0eb2

View file

@ -37,6 +37,9 @@ sudo apt-get -y --no-install-recommends install ansible
EOF EOF
tags = { Name = "social" } tags = { Name = "social" }
lifecycle {
ignore_changes = [ ami ]
}
} }
resource "aws_eip" "social" { resource "aws_eip" "social" {