Skip to content

Commit

Permalink
remove vpc_id
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 10, 2021
1 parent 3757882 commit f51069c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions nacl-rules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "nacl-rules" {
rule_definitions = {}
named_cidr_blocks = [ "enterprise", "vpc", "other" ]
merge_cidr_blocks = {
"vpc" = var.vpc_cidr
"vpc" = var.vpc_cidr_block
"other" = []
}
rules = [ "all_inbound", "all_outbound" ]
Expand Down Expand Up @@ -67,7 +67,6 @@ No modules.
| <a name="input_vpc_cidr_block"></a> [vpc\_cidr\_block](#input\_vpc\_cidr\_block) | VPC CIDR Block | `string` | `""` | no |
| <a name="input_vpc_environment"></a> [vpc\_environment](#input\_vpc\_environment) | VPC environment purpose (infrastructure, common, shared, dev, stage, ite, prod) | `string` | `null` | no |
| <a name="input_vpc_full_name"></a> [vpc\_full\_name](#input\_vpc\_full\_name) | VPC full name component (vpc{index}-{vpc\_name}) | `string` | `null` | no |
| <a name="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id) | VPC ID | `string` | n/a | yes |
| <a name="input_vpc_index"></a> [vpc\_index](#input\_vpc\_index) | VPC index number (integer starting at 1) | `number` | `null` | no |
| <a name="input_vpc_name"></a> [vpc\_name](#input\_vpc\_name) | VPC name component used through the VPC descrbing its purpose (ex: dice-dev) | `string` | `null` | no |
| <a name="input_vpc_short_name"></a> [vpc\_short\_name](#input\_vpc\_short\_name) | VPC short name component (vpc{index}) | `string` | `null` | no |
Expand Down
2 changes: 1 addition & 1 deletion nacl-rules/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* rule_definitions = {}
* named_cidr_blocks = [ "enterprise", "vpc", "other" ]
* merge_cidr_blocks = {
* "vpc" = var.vpc_cidr
* "vpc" = var.vpc_cidr_block
* "other" = []
* }
* rules = [ "all_inbound", "all_outbound" ]
Expand Down
1 change: 0 additions & 1 deletion nacl-rules/variables.common.vpc_id.tf

This file was deleted.

0 comments on commit f51069c

Please sign in to comment.