Skip to content

Commit

Permalink
rm unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
drewmullen committed Apr 14, 2022
1 parent 53f9462 commit 7b8afe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ The above example will cause only creating 2 new subnets in az `c` of the region

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.8.0 |
| <a name="provider_awscc"></a> [awscc](#provider\_awscc) | 0.16.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.72.0 |
| <a name="provider_awscc"></a> [awscc](#provider\_awscc) | >= 0.15.0 |

## Modules

Expand Down
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module "calculate_subnets" {
source = "./modules/calculate_subnets"

# cidr = local.vpc.cidr_block
cidr = local.cidr_block
azs = local.azs

Expand Down

0 comments on commit 7b8afe4

Please sign in to comment.