Skip to content

Commit e515ebd

Browse files
Feature/build code mission (#279)
* refactor 4441 to support trial * setup trial cf * 4441 trial * build_code_subscription_url * bump provider versions
1 parent 86e7cb9 commit e515ebd

File tree

26 files changed

+1033
-3
lines changed

26 files changed

+1033
-3
lines changed
File renamed without changes.
File renamed without changes.

released/discovery_center/mission_4441/step1/outputs.tf renamed to released/discovery_center/mission_4441/full_setup_enterprise/step1/outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ output "cf_space_managers" {
5252
value = var.cf_space_managers
5353
description = "List of users to set as Cloudfoundry space managers."
5454
}
55+
56+
output "build_code_subscription_url" {
57+
value = btp_subaccount_subscription.build_code.subscription_url
58+
description = "SAP Build Code subscription URL."
59+
}

released/discovery_center/mission_4441/step1/provider.tf renamed to released/discovery_center/mission_4441/full_setup_enterprise/step1/provider.tf

Lines changed: 1 addition & 1 deletion
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
}
88
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

released/discovery_center/mission_4441/step2/provider.tf renamed to released/discovery_center/mission_4441/full_setup_enterprise/step2/provider.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ terraform {
22
required_providers {
33
cloudfoundry = {
44
source = "SAP/cloudfoundry"
5-
version = "0.2.1-beta"
5+
version = "1.0.0-rc1"
66
}
77
btp = {
88
source = "SAP/btp"
9-
version = "~> 1.4.0"
9+
version = "~> 1.5.0"
1010
}
1111
}
1212
}
File renamed without changes.

0 commit comments

Comments
 (0)