Skip to content

Commit

Permalink
chore(deps): update dependency hashicorp/terraform to v1.10.5 (#1455)
Browse files Browse the repository at this point in the history
Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com>
Co-authored-by: Ash Davies <[email protected]>
  • Loading branch information
playground-manager[bot] and ashdavies authored Jan 23, 2025
1 parent 3f3cfcf commit f3ab300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.10.4
terraform_version: 1.10.5

- id: init
run: terraform -chdir=terraform init
Expand Down
2 changes: 1 addition & 1 deletion terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ terraform {
}
}

required_version = "1.10.4"
required_version = "1.10.5"
}

0 comments on commit f3ab300

Please sign in to comment.