Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,21 @@ variable "create" {
variable "create_sg" {
description = "Whether to create security group"
type = bool
default = true
}

variable "security_group_id" {
description = "ID of existing security group whose rules we will manage"
type = string
default = null
}

variable "vpc_id" {
description = "ID of the VPC where to create security group"
type = string
default = null
}

variable "name" {
description = "Name of security group - not required if create_sg is false"
type = string
default = null
}

variable "use_name_prefix" {
Expand Down
Loading