Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkotof authored Aug 17, 2021
1 parent ed9a4f7 commit 56d653e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module "nat_instance" {
enabled = var.nat_gateway_enabled ? false : true
env = var.env
vpc_id = module.vpc.vpc_id
allowed_cidr_blocks = module.vpc.vpc_cidr_block
allowed_cidr_blocks = [module.vpc.vpc_cidr_block]
public_subnets = module.vpc.public_subnets
private_route_table_id = module.vpc.private_route_table_ids
ec2_key_pair_name = local.ec2_key_pair_name
Expand All @@ -34,4 +34,4 @@ module "nat_instance" {

## Modules

No Modules.
No Modules.

0 comments on commit 56d653e

Please sign in to comment.