diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index 39d7233d..3dd7c1a9 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -49,6 +49,9 @@ on: type: string default: '' description: GCP Service Account + RUNNER: + required: true + type: string secrets: AWS_ACCESS_KEY_ID: required: true @@ -95,7 +98,7 @@ on: jobs: terragrunt: name: 'Terragrunt ${{ inputs.WORKING_DIR}}' - runs-on: self-hosted + runs-on: ${{ inputs.RUNNER }} environment: name: ${{ inputs.ENVIRONMENT }}