Skip to content

Commit

Permalink
fix minimum SAP/btp version (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus authored Nov 28, 2024
1 parent 02ea697 commit 3c3b3d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/kyma-on-btp-new-sa/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ terraform {
required_providers {
btp = {
source = "SAP/btp"
version = ">= 1.6.0"
}
http = {
source = "hashicorp/http"
Expand Down
1 change: 1 addition & 0 deletions examples/kyma-on-btp-reuse-sa/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ terraform {
required_providers {
btp = {
source = "SAP/btp"
version = ">= 1.6.0"
}
http = {
source = "hashicorp/http"
Expand Down
1 change: 1 addition & 0 deletions examples/kyma-on-btp-with-custom-oidc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ terraform {
required_providers {
btp = {
source = "SAP/btp"
version = ">= 1.6.0"
}
http = {
source = "hashicorp/http"
Expand Down

0 comments on commit 3c3b3d7

Please sign in to comment.