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 a7f5aec commit 6fec54bCopy full SHA for 6fec54b
variables.tf
@@ -330,12 +330,6 @@ variable "enable_security_group" {
330
description = "Enable default Security Group with only Egress traffic allowed."
331
}
332
333
-variable "existing_sg_id" {
334
- type = string
335
- default = null
336
- description = "Provide existing security group id for updating existing rule"
337
-}
338
-
339
variable "egress_rule" {
340
type = bool
341
default = true
0 commit comments