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
+4 -3
View File
@@ -1,3 +1,4 @@
vpc-name = "DefaultVpc"
vpc-description = "Default Vpc"
vpc-cidr = "172.16.0.0/16"
vpc-name = "DemoVpc"
vpc-description = "Demo Vpc"
vpc-cidr = "172.28.0.0/16"
vswitch-prefix = "DemoVswitch"