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@1f37c614d8882643edded0cf22f2c3ec964c85a0
uses: nwarila-platform/github-terraform-framework/.github/workflows/reusable-terraform-deploy.yaml@03677888d93fd6fb31b4577ca0723f2c95f21066
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: 1f37c614d8882643edded0cf22f2c3ec964c85a0
framework_ref: 03677888d93fd6fb31b4577ca0723f2c95f21066
# 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