Skip to content

Commit

Permalink
Bump sap/btp provider to 1.7.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus authored Oct 3, 2024
1 parent 5c4e427 commit d6e3092
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.6.0"
version = "1.7.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.6.0"
version = "1.7.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.6.0"
version = "1.7.0"
}
jq = {
source = "massdriver-cloud/jq"
Expand Down

0 comments on commit d6e3092

Please sign in to comment.