NEW: initial commit

This commit is contained in:
KF
2024-07-26 09:22:47 +08:00
commit 8902c5c43a
10 changed files with 92 additions and 0 deletions
+14
View File
@@ -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"
}