We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b05e4b commit 3c1c528Copy full SHA for 3c1c528
modules/nomad-clients/asg.tf
@@ -60,4 +60,8 @@ resource "aws_autoscaling_group" "nomad_client" {
60
timeouts {
61
delete = "15m"
62
}
63
+
64
+ lifecycle {
65
+ create_before_destroy = true
66
+ }
67
modules/nomad-clients/launch_template.tf
@@ -60,4 +60,8 @@ resource "aws_launch_template" "nomad_client" {
var.ebs_tags
)
0 commit comments