Skip to content

Commit 709a592

Browse files
committed
fixes: removed amount field from script
1 parent 84a48bc commit 709a592

File tree

1 file changed

+0
-1
lines changed
  • released/SAP-Inside-Tracks/SITBLR_DEC_2024/solution

1 file changed

+0
-1
lines changed

released/SAP-Inside-Tracks/SITBLR_DEC_2024/solution/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ resource "btp_subaccount_entitlement" "cf_application_runtime" {
5252
subaccount_id = btp_subaccount.project.id
5353
service_name = "APPLICATION_RUNTIME"
5454
plan_name = "MEMORY"
55-
amount = 1
5655
}
5756

5857
resource "btp_subaccount_environment_instance" "cloudfoundry" {

0 commit comments

Comments
 (0)