Skip to content

Commit 559f254

Browse files
authored
fix: Destruction (#40)
* Update module version and add VPC defaults * Update module version and add VPC defaults
1 parent 2a57244 commit 559f254

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ github/
7676
*.ovpn
7777

7878
*.zip
79+
account-map/

src/remote-state.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@ module "vpc" {
44

55
component = var.vpc_component_name
66

7+
defaults = {
8+
vpc_id = ""
9+
public_subnet_ids = []
10+
private_subnet_ids = []
11+
}
12+
713
context = module.this.context
814
}

0 commit comments

Comments
 (0)