Skip to content

Commit

Permalink
Merge pull request #18 from kwiatekus/bump-sap-btp-provider
Browse files Browse the repository at this point in the history
Bump sap/btp provider
  • Loading branch information
kwiatekus authored Sep 9, 2024
2 parents 78a09e0 + e92f20c commit f528691
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/kyma-on-btp-new-sa/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
btp = {
source = "SAP/btp"
version = "1.5.0"
version = "1.6.0"
}
jq = {
source = "massdriver-cloud/jq"
Expand Down
2 changes: 1 addition & 1 deletion examples/kyma-on-btp-reuse-sa/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
btp = {
source = "SAP/btp"
version = "1.5.0"
version = "1.6.0"
}
jq = {
source = "massdriver-cloud/jq"
Expand Down
2 changes: 1 addition & 1 deletion provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
btp = {
source = "SAP/btp"
version = "1.5.0"
version = "1.6.0"
}
jq = {
source = "massdriver-cloud/jq"
Expand Down

0 comments on commit f528691

Please sign in to comment.