Skip to content

Commit

Permalink
chore(deps): update terraform google to v6.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 072c2b1 commit 019e886
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion artifact-registry/docker/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.12.0"
version = "6.18.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion https-load-balancer/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.12.0"
version = "6.18.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion ip/google-external-global-ipv6/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.12.0"
version = "6.18.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion mtls/cloudflare-gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {

google = {
source = "hashicorp/google"
version = "6.12.0"
version = "6.18.1"
}

tls = {
Expand Down
2 changes: 1 addition & 1 deletion rest-api/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.12.0"
version = "6.18.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion service-account/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.12.0"
version = "6.18.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion storage-bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.12.0"
version = "6.18.1"
}
}
}
Expand Down

0 comments on commit 019e886

Please sign in to comment.