diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index 3928e55b..a7706ed2 100644 --- a/.github/workflows/terraform-plan.yml +++ b/.github/workflows/terraform-plan.yml @@ -32,10 +32,8 @@ on: description: Name of the concurrency group (avoids simultaneous Terraform execution against the same environment) type: string default: run_terraform - console-image-tag: - type: string - required: true - console-image-digest: + console-image: + description: Fully-qualified Docker image to pull for the RedwoodJS console type: string required: true api-functions-artifacts-key: @@ -197,7 +195,7 @@ jobs: TF_VAR_git_commit_sha: ${{ inputs.ref }} TF_VAR_datadog_api_key: ${{ secrets.datadog-api-key }} TF_VAR_datadog_app_key: ${{ secrets.datadog-app-key }} - TF_VAR_console_container_image: "${{ inputs.console-image-tag }}@${{ inputs.console-image-digest }}" + TF_VAR_console_container_image: ${{ inputs.console-image }} TF_VAR_lambda_artifacts_base_path: ${{ inputs.api-functions-artifacts-path }} TF_VAR_website_origin_artifacts_dist_path: "${{ inputs.web-artifacts-path }}" - name: Generate plaintext plan