Skip to content

Commit

Permalink
Bump sap/btp provider
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus committed Sep 9, 2024
1 parent 78a09e0 commit e92f20c
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 e92f20c

Please sign in to comment.