From 3da389f927f4f2e0dbf3cbe7fb897b6c2887fd9f Mon Sep 17 00:00:00 2001 From: Leonardo Henrique Romanini Date: Thu, 24 Oct 2024 11:23:47 -0300 Subject: [PATCH] Add a retry --- .../modules/bootstrap-kms-hsm/cloudbuild.tf | 1 + .../apache_web_server_test.go | 23 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/oss-terraform-automation/common/modules/bootstrap-kms-hsm/cloudbuild.tf b/oss-terraform-automation/common/modules/bootstrap-kms-hsm/cloudbuild.tf index 8f9b973..22dad94 100644 --- a/oss-terraform-automation/common/modules/bootstrap-kms-hsm/cloudbuild.tf +++ b/oss-terraform-automation/common/modules/bootstrap-kms-hsm/cloudbuild.tf @@ -28,6 +28,7 @@ resource "null_resource" "pkcs11_docker_image_build_template" { provisioner "local-exec" { when = create command = <