diff --git a/modules/server/main.tf b/modules/server/main.tf index 4f97d3a..2447f48 100644 --- a/modules/server/main.tf +++ b/modules/server/main.tf @@ -188,9 +188,6 @@ resource "aws_instance" "created" { network_interface, # this is dependant on the aws subnet lookup and if not ignored will cause the server to always rebuild ami, # this is dependant on the aws ami lookup and if not ignored will cause the server to always rebuild ] - replace_triggered_by = [ - aws_eip.created[0].id, - ] } }