From 40714d2da5434095e8933f0dfd25d3c1c284f8c4 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 10 Dec 2025 16:55:29 +0800 Subject: [PATCH] feat(ci): allow destroy action in AWS bootstrap workflow --- .../terraform-standard-iac-pipeline-aws-global-bootstrap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform-standard-iac-pipeline-aws-global-bootstrap.yaml b/.github/workflows/terraform-standard-iac-pipeline-aws-global-bootstrap.yaml index 49de7c4d..cbd583d2 100644 --- a/.github/workflows/terraform-standard-iac-pipeline-aws-global-bootstrap.yaml +++ b/.github/workflows/terraform-standard-iac-pipeline-aws-global-bootstrap.yaml @@ -17,7 +17,7 @@ on: inputs: deploy_action: type: choice - options: [plan, apply] + options: [plan, apply, destroy] default: plan env: