Skip to content

Commit f0aefe7

Browse files
committed
feat: cf quota based
feat: adding versions file
1 parent b9b9d9e commit f0aefe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/sapbtp/entitlements/buildingblock/import-resources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ ! -f "terraform.tfvars" ]; then
1212
exit 1
1313
fi
1414

15-
QUOTA_BASED_SERVICES=("postgresql-db" "redis-cache" "hana-cloud" "auditlog-viewer" "APPLICATION_RUNTIME" "cloudfoundry" "sapappstudio" "sap-build-apps")
15+
QUOTA_BASED_SERVICES=("postgresql-db" "redis-cache" "hana-cloud" "auditlog-viewer" "APPLICATION_RUNTIME" "sapappstudio" "sap-build-apps")
1616

1717
is_quota_based() {
1818
local service="$1"

modules/sapbtp/entitlements/buildingblock/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locals {
2-
quota_based_services = ["postgresql-db", "redis-cache", "hana-cloud", "auditlog-viewer", "APPLICATION_RUNTIME", "cloudfoundry", "sapappstudio", "sap-build-apps"]
2+
quota_based_services = ["postgresql-db", "redis-cache", "hana-cloud", "auditlog-viewer", "APPLICATION_RUNTIME", "sapappstudio", "sap-build-apps"]
33

44
raw_entitlements = var.entitlements != "" ? (
55
can(jsondecode(var.entitlements)) ? jsondecode(var.entitlements) : split(",", var.entitlements)

0 commit comments

Comments
 (0)