Skip to content

Commit 8ca77be

Browse files
committed
chore: adding tfvars to gitignore
chore: adding tfvars to gitignore chore: adding tfvars to gitignore chore: adding tfvars to gitignore
1 parent 7c85b44 commit 8ca77be

File tree

3 files changed

+2
-50
lines changed

3 files changed

+2
-50
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ yarn-error.log*
1616
.angular/
1717

1818
.terraform
19-
.terraform.lock.hcl
19+
*.tfvars
20+
.terraform.lock.hcl

modules/sapbtp/subaccounts/buildingblock/terraform.tfvars

Lines changed: 0 additions & 44 deletions
This file was deleted.

modules/sapbtp/subaccounts/buildingblock/variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ variable "region" {
99
description = "The region of the subaccount."
1010
}
1111

12-
variable "workspace_identifier" {
13-
type = string
14-
description = "The meshStack workspace identifier."
15-
}
16-
1712
variable "project_identifier" {
1813
type = string
1914
description = "The meshStack project identifier."

0 commit comments

Comments
 (0)