diff --git a/.github/workflows/e2e-test-tf-module.yml b/.github/workflows/e2e-test-tf-module.yml index a829909f167..fd0487d350a 100644 --- a/.github/workflows/e2e-test-tf-module.yml +++ b/.github/workflows/e2e-test-tf-module.yml @@ -38,11 +38,7 @@ on: description: "Which cloud provider to use." type: string default: "aws" - region: - description: "Which region to use." - type: string - default: "us-east-2" - zone: + regionZone: description: "Which zone to use." type: string default: "us-east-2c" @@ -95,12 +91,12 @@ jobs: cat > terraform.tfvars <