aboutsummaryrefslogtreecommitdiffstats
path: root/terraform-ci-infra/2n_aws_c5n/deploy/main.tf
diff options
context:
space:
mode:
Diffstat (limited to 'terraform-ci-infra/2n_aws_c5n/deploy/main.tf')
-rw-r--r--terraform-ci-infra/2n_aws_c5n/deploy/main.tf10
1 files changed, 10 insertions, 0 deletions
diff --git a/terraform-ci-infra/2n_aws_c5n/deploy/main.tf b/terraform-ci-infra/2n_aws_c5n/deploy/main.tf
index 8595f9f270..f97d974b38 100644
--- a/terraform-ci-infra/2n_aws_c5n/deploy/main.tf
+++ b/terraform-ci-infra/2n_aws_c5n/deploy/main.tf
@@ -319,6 +319,11 @@ resource "null_resource" "deploy_tg" {
}
}
}
+
+ provisioner "remote-exec" {
+ on_failure = continue
+ inline = ["sudo reboot"]
+ }
}
resource "null_resource" "deploy_dut1" {
@@ -352,6 +357,11 @@ resource "null_resource" "deploy_dut1" {
}
}
}
+
+ provisioner "remote-exec" {
+ on_failure = continue
+ inline = ["sudo reboot"]
+ }
}
resource "null_resource" "deploy_topology" {