Skip to content

Commit

Permalink
fix(deps): update terraform monorepo ( 1.10.2 → 1.10.3 ) (#4169)
Browse files Browse the repository at this point in the history
Co-authored-by: tyriis-automation[bot] <133711747+tyriis-automation[bot]@users.noreply.github.com>
  • Loading branch information
tyriis-automation[bot] authored Dec 18, 2024
1 parent 4f3c396 commit ca3b75a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ talosctl = "1.7.6"
# https://taskfile.dev/
task = "3.38.0"
# https://www.terraform.io/
terraform = "1.10.2"
terraform = "1.10.3"
# https://terraform-docs.io/
terraform-docs = "0.19.0"
# https://github.com/terraform-linters/tflint
Expand Down
2 changes: 1 addition & 1 deletion devenv/infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# --------------------------------------------------------------------------------

terraform {
required_version = ">= 1.5.5, <= 1.10.2"
required_version = ">= 1.5.5, <= 1.10.3"
required_providers {
kind = {
source = "tehcyx/kind"
Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/cloudflare/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "<= 1.10.2"
required_version = "<= 1.10.3"
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "<= 1.10.2"
required_version = "<= 1.10.3"
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
Expand Down

0 comments on commit ca3b75a

Please sign in to comment.