Skip to content

Commit

Permalink
Merge branch 'main' into scala-steward-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-hoyle authored Dec 5, 2024
2 parents 9a16813 + 08f5afd commit 0bdcefa
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tdr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Check terraform
uses: nationalarchives/tdr-github-actions/.github/workflows/terraform_check.yml@main
with:
terraform-version: '1.5.0'
terraform-version: '1.9.8'
working-directory: terraform
secrets:
MANAGEMENT_ACCOUNT: ${{ secrets.TDR_MANAGEMENT_ACCOUNT }}
Expand Down
34 changes: 17 additions & 17 deletions terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/da-terraform-configurations
4 changes: 2 additions & 2 deletions terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.4.0"
version = ">= 5.76.0"
}
}
required_version = ">= 1.5.0"
required_version = ">= 1.9.8"
}

0 comments on commit 0bdcefa

Please sign in to comment.