Skip to content

Commit

Permalink
deps: update Terraform google to v4.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent 73eba88 commit fbde302
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 54 deletions.
48 changes: 24 additions & 24 deletions terraform/infrastructure/gcp/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/infrastructure/gcp/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 = "4.83.0"
version = "4.84.0"
}

random = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.83.0"
version = "4.84.0"
}

random = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.83.0"
version = "4.84.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/infrastructure/gcp/modules/jump_host/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 = "4.83.0"
version = "4.84.0"
}

google-beta = {
Expand Down
2 changes: 1 addition & 1 deletion terraform/infrastructure/gcp/modules/loadbalancer/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 = "4.83.0"
version = "4.84.0"
}
}
}
Expand Down
48 changes: 24 additions & 24 deletions terraform/infrastructure/iam/gcp/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/infrastructure/iam/gcp/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 = "4.83.0"
version = "4.84.0"
}
}
}
Expand Down

0 comments on commit fbde302

Please sign in to comment.