NEW: initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
variable vpc-name {
|
||||
type = string
|
||||
description = "Name of VPC"
|
||||
}
|
||||
|
||||
variable vpc-description {
|
||||
type = string
|
||||
description = "Description of VPC"
|
||||
}
|
||||
|
||||
variable vpc-cidr {
|
||||
type = string
|
||||
description = "CIDR of VPC"
|
||||
}
|
||||
Reference in New Issue
Block a user