UPD: Replaced standalone resources with vpc module

This commit is contained in:
KF
2024-07-26 10:03:03 +08:00
parent 8902c5c43a
commit 46b19a606f
4 changed files with 59 additions and 12 deletions
+5
View File
@@ -11,4 +11,9 @@ variable vpc-description {
variable vpc-cidr {
type = string
description = "CIDR of VPC"
}
variable vswitch-prefix {
type = string
description = "Prefix of vswitch names"
}