Skip to content

Commit 93fca7e

Browse files
authored
chore: update btp provider version 1.5.0 (#288)
1 parent 3aa3da4 commit 93fca7e

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

released/discovery_center/mission_4327/step2_kyma/provider.tf

+1-11
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ terraform {
22
required_providers {
33
btp = {
44
source = "sap/btp"
5-
version = "~> 1.4.0"
6-
}
7-
cloudfoundry = {
8-
source = "cloudfoundry-community/cloudfoundry"
9-
version = "~> 0.53.1"
5+
version = "~> 1.5.0"
106
}
117
}
128
}
@@ -18,9 +14,3 @@ provider "btp" {
1814
cli_server_url = var.cli_server_url
1915
}
2016

21-
// Configuration is described in https://registry.terraform.io/providers/cloudfoundry-community/cloudfoundry/latest/docs
22-
provider "cloudfoundry" {
23-
api_url = "https://api.cf.${var.region}.hana.ondemand.com"
24-
}
25-
26-

released/usecases/trial_cf_deployment/provider.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
btp = {
44
source = "SAP/btp"
5-
version = "~> 1.4.0"
5+
version = "~> 1.5.0"
66
}
77
cloudfoundry = {
88
source = "SAP/cloudfoundry"

0 commit comments

Comments
 (0)