Skip to content

Commit fa8f7b7

Browse files
committed
chore: adding subfolder to subaccount
Feature/sapbtp envs
1 parent 8543eda commit fa8f7b7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

modules/sapbtp/subaccounts/buildingblock/variables.tf

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ variable "subfolder" {
2424
description = "The subfolder to use for the SAP BTP resources. This is used to create a folder structure in the SAP BTP cockpit."
2525
}
2626

27-
# variable "parent_id" {
28-
# description = "The ID of the parent resource."
29-
# type = string
30-
# }
27+
#useless?
28+
variable "parent_id" {
29+
description = "The ID of the parent resource."
30+
type = string
31+
}
3132

3233
# note: these permissions are passed in from meshStack and automatically updated whenever something changes
3334
# atm. we are not using them inside this building block implementation, but they give us a trigger to often reconcile

0 commit comments

Comments
 (0)