diff --git a/.github/actions/terraform-apply/action.yml b/.github/actions/terraform-apply/action.yml index 20e3374..80285f3 100644 --- a/.github/actions/terraform-apply/action.yml +++ b/.github/actions/terraform-apply/action.yml @@ -30,7 +30,7 @@ runs: uses: hashicorp/tfc-workflows-github/actions/create-run@v1.3.1 id: apply-run with: - workspace: ${{ env.TF_WORKSPACE }} + workspace: ${{ inputs.TF_WORKSPACE }} configuration_version: ${{ steps.apply-upload.outputs.configuration_version_id }} - name: Apply diff --git a/apps/backend/_infra/prod/compute/outputs.tf b/apps/backend/_infra/prod/compute/outputs.tf index 47a849a..d0620bb 100644 --- a/apps/backend/_infra/prod/compute/outputs.tf +++ b/apps/backend/_infra/prod/compute/outputs.tf @@ -1,4 +1,4 @@ output "app_runner_service_url" { - description = "The URL of the App Runner service" + description = "The URL of the AppRunner service" value = aws_apprunner_service.api_service.service_url }