please stop murdering my server whenever a new ami comes out thanks
This commit is contained in:
parent
4f5d601316
commit
11673e0eb2
1 changed files with 3 additions and 0 deletions
|
@ -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" {
|
||||||
|
|
Loading…
Reference in a new issue