Skip to content

Commit

Permalink
feat(deps): Update Terraform google to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 295069e commit 469aff8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion modules/s4/project.tf
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.0.0, < 6"
version = ">= 4.0.0, < 7"
}
}
required_version = ">=0.12.6"
Expand Down
2 changes: 1 addition & 1 deletion modules/s4_ha/project.tf
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.0.0, < 6"
version = ">= 4.0.0, < 7"
}
}
required_version = ">=0.12.6"
Expand Down
2 changes: 1 addition & 1 deletion modules/sap_hana/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.0.0, < 6"
version = ">= 4.0.0, < 7"
}
assert = {
source = "bwoznicki/assert"
Expand Down
2 changes: 1 addition & 1 deletion modules/sap_hana_ha/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.0.0, < 6"
version = ">= 4.0.0, < 7"
}
assert = {
source = "bwoznicki/assert"
Expand Down
2 changes: 1 addition & 1 deletion modules/sap_hana_scaleout/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.0.0, < 6"
version = ">= 4.0.0, < 7"
}
assert = {
source = "bwoznicki/assert"
Expand Down
2 changes: 1 addition & 1 deletion modules/sap_nw/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.0.0, < 6"
version = ">= 4.0.0, < 7"
}
}
}
2 changes: 1 addition & 1 deletion modules/sap_nw_ha/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.0.0, < 6"
version = ">= 4.0.0, < 7"
}
}
}

0 comments on commit 469aff8

Please sign in to comment.