Skip to content

Commit 2147cea

Browse files
authored
Update variables.tf
1 parent 2d3786d commit 2147cea

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

aws/aws-infra/variables.tf

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@ variable "nap" {
6767
variable "nic" {
6868
type = bool
6969
}
70-
variable "bigip" {
71-
type = bool
72-
}
73-
variable "bigip-cis" {
74-
type = bool
75-
}
76-
7770
variable "aks-cluster" {
7871
type = bool
7972
}
@@ -91,4 +84,4 @@ variable "aws_secret_key" {
9184
type = string
9285
sensitive = true
9386
default = null
94-
}
87+
}

0 commit comments

Comments
 (0)