Skip to content

Commit

Permalink
chore(deps): update dependency hashicorp/terraform to v1.10.4 (#855)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent d5ce965 commit 46c1ae1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion terraform/cloudflare/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.3
1.10.4
2 changes: 1 addition & 1 deletion terraform/cloudflare/backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ terraform {
version = "~> 4.24"
}
}
required_version = "1.10.3"
required_version = "1.10.4"
}
2 changes: 1 addition & 1 deletion terraform/talos/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.3
1.10.4
2 changes: 1 addition & 1 deletion terraform/talos/sources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
version = "~> 4.0"
}
}
required_version = "1.10.3"
required_version = "1.10.4"
}

provider "talos" {}
Expand Down
2 changes: 1 addition & 1 deletion terraform/unifi/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.3
1.10.4
2 changes: 1 addition & 1 deletion terraform/unifi/backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
version = "~> 0.41"
}
}
required_version = "1.10.3"
required_version = "1.10.4"
}

provider "unifi" {
Expand Down

0 comments on commit 46c1ae1

Please sign in to comment.