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 30, 2024
1 parent 43cd589 commit 90bc9a4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion modules/s4/project.tf
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,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 @@ -121,7 +121,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_ase/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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_db2/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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_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_maxdb/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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/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 90bc9a4

Please sign in to comment.