Skip to content

Commit

Permalink
Merge pull request #302 from grendel-consulting/renovate/terraform-mo…
Browse files Browse the repository at this point in the history
…norepo

chore(deps): update terraform hashicorp/terraform to v1.10.4
  • Loading branch information
ramirezj authored Jan 10, 2025
2 parents 27ab99d + 099f95f commit 96f47d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/repository/providers.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.10.3"
required_version = "1.10.4"

required_providers {
github = {
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "github" {
}

terraform {
required_version = "1.10.3"
required_version = "1.10.4"

cloud {
organization = "grendel-consulting"
Expand Down

0 comments on commit 96f47d4

Please sign in to comment.