We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a57244 commit 559f254Copy full SHA for 559f254
.gitignore
@@ -76,3 +76,4 @@ github/
76
*.ovpn
77
78
*.zip
79
+account-map/
src/remote-state.tf
@@ -4,5 +4,11 @@ module "vpc" {
4
5
component = var.vpc_component_name
6
7
+ defaults = {
8
+ vpc_id = ""
9
+ public_subnet_ids = []
10
+ private_subnet_ids = []
11
+ }
12
+
13
context = module.this.context
14
}
0 commit comments