Skip to content

Commit

Permalink
pin vpc module version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley94 committed Oct 28, 2023
1 parent dc7d1ce commit b4bbf5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ In order to run all checks at any point run the following command:

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.10.0 |
| <a name="provider_random"></a> [random](#provider\_random) | 3.5.1 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4 |
| <a name="provider_random"></a> [random](#provider\_random) | >= 3 |

## Modules

Expand Down
2 changes: 2 additions & 0 deletions examples/test/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module "base-network" {
source = "cn-terraform/networking/aws"
version = "2.0.16"

name_prefix = "test-networking"
vpc_cidr_block = "192.168.0.0/16"
availability_zones = ["us-east-1a", "us-east-1b", "us-east-1c", "us-east-1d"]
Expand Down

0 comments on commit b4bbf5b

Please sign in to comment.