Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/terraform-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ concurrency:

jobs:
deploy:
uses: nwarila-platform/github-terraform-framework/.github/workflows/reusable-terraform-deploy.yaml@f3c05b7fe39e24cac44e845c68b7a1f0e3e9ddc3
uses: nwarila-platform/github-terraform-framework/.github/workflows/reusable-terraform-deploy.yaml@0b99965b059e6a266c24d0cc15e29cacb2174982
with:
github_owner: ${{ github.repository_owner }}
# Renovate keeps this in lockstep with the uses: SHA above.
# renovate: depName=nwarila-platform/github-terraform-framework packageName=nwarila-platform/github-terraform-framework currentValue=main
framework_ref: f3c05b7fe39e24cac44e845c68b7a1f0e3e9ddc3
framework_ref: 0b99965b059e6a266c24d0cc15e29cacb2174982
# renovate: datasource=github-releases depName=hashicorp/terraform extractVersion=^v(?<version>.*)$ versioning=hashicorp
terraform_version: "1.15.4"
private_repos_files: ${{ vars.PRIVATE_REPOS_FILES }}
Expand Down