Skip to content

Commit

Permalink
feat(terraform)!: Update Terraform google ( 4.79.0 → 5.34.0 )
Browse files Browse the repository at this point in the history
| datasource         | package          | from   | to     |
| ------------------ | ---------------- | ------ | ------ |
| terraform-provider | hashicorp/google | 4.79.0 | 5.34.0 |


Signed-off-by: Anthony Rabbito <hello@anthonyrabbito.com>
  • Loading branch information
renovate[bot] committed Jun 17, 2024
1 parent 38eb68f commit 33a90ee
Show file tree
Hide file tree
Showing 8 changed files with 104 additions and 56 deletions.
38 changes: 25 additions & 13 deletions armature/prod/b2/.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 armature/prod/b2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
}
google = {
source = "hashicorp/google"
version = "4.79.0"
version = "5.34.0"
}
}
}
Expand Down
38 changes: 25 additions & 13 deletions armature/prod/gcp/bootstrap/.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 armature/prod/gcp/bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.79.0"
version = "5.34.0"
}
}
}
Expand Down
38 changes: 25 additions & 13 deletions armature/prod/gcp/kutara/.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 armature/prod/gcp/kutara/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.79.0"
version = "5.34.0"
}
google-beta = {
source = "hashicorp/google-beta"
Expand Down
38 changes: 25 additions & 13 deletions armature/prod/gcp/top22/.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 armature/prod/gcp/top22/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.79.0"
version = "5.34.0"
}
google-beta = {
source = "hashicorp/google-beta"
Expand Down

0 comments on commit 33a90ee

Please sign in to comment.