You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: group/variables.tf
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,6 @@
1
1
# Input Variables
2
2
3
3
## Resource tags
4
-
#Remove this var when rolling out IMDSv2 to Prod
5
-
variable"enable_imdsv2" {
6
-
type=bool
7
-
default=false
8
-
}
9
-
10
4
variable"stack_item_fullname" {
11
5
type=string
12
6
description="Long form descriptive name for this stack item. This value is used to create the 'application' resource tag for resources created by this stack item."
0 commit comments