We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c85b44 commit 8ca77beCopy full SHA for 8ca77be
.gitignore
@@ -16,4 +16,5 @@ yarn-error.log*
16
.angular/
17
18
.terraform
19
-.terraform.lock.hcl
+*.tfvars
20
+.terraform.lock.hcl
modules/sapbtp/subaccounts/buildingblock/terraform.tfvars
modules/sapbtp/subaccounts/buildingblock/variables.tf
@@ -9,11 +9,6 @@ variable "region" {
9
description = "The region of the subaccount."
10
}
11
12
-variable "workspace_identifier" {
13
- type = string
14
- description = "The meshStack workspace identifier."
15
-}
-
variable "project_identifier" {
type = string
description = "The meshStack project identifier."
0 commit comments