Skip to content

Commit

Permalink
Suggest alternate module
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Dec 16, 2020
1 parent 9f1aaa3 commit f7655f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ The public subnets are routed to the Internet Gateway specified by `var.igw_id`.

The private subnets are routed to the NAT Gateways provided in the `var.az_ngw_ids` map.

If you are creating subnets inside a VPC, consider using [cloudposse/terraform-aws-dynamic-subnets](https://github.com/cloudposse/terraform-aws-dynamic-subnets) instead.


---

Expand Down
3 changes: 3 additions & 0 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ description: |-
`nat_gateway_enabled` flag controls the creation of NAT Gateways in the public subnets.
The private subnets are routed to the NAT Gateways provided in the `var.az_ngw_ids` map.
If you are creating subnets inside a VPC, consider using [cloudposse/terraform-aws-dynamic-subnets](https://github.com/cloudposse/terraform-aws-dynamic-subnets) instead.
# How to use this project
usage: |-
```hcl
Expand Down
2 changes: 1 addition & 1 deletion private.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {

module "private_label" {
source = "cloudposse/label/null"
version = "0.17.0"
version = "0.22.0"

attributes = compact(concat(var.attributes, ["private"]))

Expand Down

0 comments on commit f7655f0

Please sign in to comment.