From 4ada1171b27a2d8fcefef02d1d86429c6f4da083 Mon Sep 17 00:00:00 2001 From: hermann90 Date: Tue, 5 Nov 2024 23:29:55 +0100 Subject: [PATCH] end test --- .github/workflows/deploy.yml | 2 +- variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4f03f19..dd2f693 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,7 +52,7 @@ jobs: destroy: runs-on: ubuntu-latest - if: github.event_name == 'workflow_dispatch' + environment: Prod-manual steps: - name: Checkout code diff --git a/variables.tf b/variables.tf index ec90046..ee8c4f7 100644 --- a/variables.tf +++ b/variables.tf @@ -6,7 +6,7 @@ variable "region" { variable "bucket_name" { type = string description = "The name of the your bucket" - default = "hermann90bucket" # replace here by the name of your bucket + default = "hermann90bucket1" # replace here by the name of your bucket } variable "cp-path" {