fix: this trigger is undertermined at plan time (#61)

Signed-off-by: Matt Trachier <matt.trachier@suse.com>
This commit is contained in:
Matt Trachier 2024-03-14 16:27:51 -05:00 committed by GitHub
parent 759efac5de
commit fd6ed078e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -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,
]
}
}