fix: this trigger is undertermined at plan time (#61)
Signed-off-by: Matt Trachier <matt.trachier@suse.com>
This commit is contained in:
parent
759efac5de
commit
fd6ed078e1
|
|
@ -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
|
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
|
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,
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue