Cleaned up some TODOs.
parent
afdd92e5ae
commit
2f6577b82f
@ -1,4 +1,7 @@
|
||||
variable "default-security-group-name" {
|
||||
description = "The name of the existing default security group. This module will query AWS for a security group with this name,"
|
||||
}
|
||||
|
||||
variable "default-vpc-name" {
|
||||
description = "The name of the existing default VPC. This module will query AWS for a VPC with this name,"
|
||||
default = "Managed VPC"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue