Skip to content

Commit

Permalink
fix: upgraded versions.tf to include minor bumps from tpg v5 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-awmalik authored Oct 18, 2023
1 parent 1da02e8 commit 2aaabe1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/sap_hana/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, < 5.0"
version = ">= 4.0.0, < 6"
}
}

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 @@ -19,7 +19,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.0.0, < 5.0"
version = ">= 4.0.0, < 6"
}
}

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 @@ -19,7 +19,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.0.0, < 5.0"
version = ">= 4.0.0, < 6"
}
}

Expand Down

0 comments on commit 2aaabe1

Please sign in to comment.