Skip to content

Commit 026919c

Browse files
committed
chore: remove unused vars from backplane connectivity
1 parent e99b643 commit 026919c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

kit/azure/buildingblocks/connectivity/backplane/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ variable "name" {
88
}
99
}
1010

11-
variable "scope" {
12-
type = string
13-
nullable = false
14-
description = "Scope where the building block should be deployable, typically the parent of all Landing Zones."
15-
}
16-
1711
variable "principal_ids" {
1812
type = set(string)
1913
nullable = false

0 commit comments

Comments
 (0)