Cleaned up some TODOs.
parent
4d39461101
commit
40613e08b6
@ -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