We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8543eda commit fa8f7b7Copy full SHA for fa8f7b7
modules/sapbtp/subaccounts/buildingblock/variables.tf
@@ -24,10 +24,11 @@ variable "subfolder" {
24
description = "The subfolder to use for the SAP BTP resources. This is used to create a folder structure in the SAP BTP cockpit."
25
}
26
27
-# variable "parent_id" {
28
-# description = "The ID of the parent resource."
29
-# type = string
30
-# }
+#useless?
+variable "parent_id" {
+ description = "The ID of the parent resource."
+ type = string
31
+}
32
33
# note: these permissions are passed in from meshStack and automatically updated whenever something changes
34
# atm. we are not using them inside this building block implementation, but they give us a trigger to often reconcile
0 commit comments