From fd6ed078e1f171080d84c00ebf66a3b064e02c0c Mon Sep 17 00:00:00 2001 From: Matt Trachier Date: Thu, 14 Mar 2024 16:27:51 -0500 Subject: [PATCH] fix: this trigger is undertermined at plan time (#61) Signed-off-by: Matt Trachier --- modules/server/main.tf | 3 --- 1 file changed, 3 deletions(-) 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, - ] } }