Skip to content

Commit

Permalink
chore(backend): fix the iac apply (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel authored Aug 4, 2024
1 parent d454b52 commit 0082c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/terraform-apply/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
uses: hashicorp/tfc-workflows-github/actions/[email protected]
id: apply-run
with:
workspace: ${{ env.TF_WORKSPACE }}
workspace: ${{ inputs.TF_WORKSPACE }}
configuration_version: ${{ steps.apply-upload.outputs.configuration_version_id }}

- name: Apply
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/_infra/prod/compute/outputs.tf
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 0082c12

Please sign in to comment.