Skip to content

Commit

Permalink
chore: updating the inspection vpc module to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed May 10, 2024
1 parent dae44be commit 17fbbdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The inspection layout is intended to be used in collaboration with an [Inspectio
```hcl
module "connectivity" {
source = "appvia/connectivity/aws"
version = "0.0.2""
version = "0.1.7""
# insert variables here
connectivity_config = {
Expand Down Expand Up @@ -275,7 +275,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
| <a name="module_endpoints"></a> [endpoints](#module\_endpoints) | appvia/private-endpoints/aws | 0.2.2 |
| <a name="module_endpoints_vpc"></a> [endpoints\_vpc](#module\_endpoints\_vpc) | appvia/network/aws | 0.3.0 |
| <a name="module_ingress_vpc"></a> [ingress\_vpc](#module\_ingress\_vpc) | appvia/network/aws | 0.3.0 |
| <a name="module_inspection_vpc"></a> [inspection\_vpc](#module\_inspection\_vpc) | appvia/network/aws | 0.2.1 |
| <a name="module_inspection_vpc"></a> [inspection\_vpc](#module\_inspection\_vpc) | appvia/network/aws | 0.3.0 |
| <a name="module_share_prefixes"></a> [share\_prefixes](#module\_share\_prefixes) | ./modules/prefix_share | n/a |
| <a name="module_tgw"></a> [tgw](#module\_tgw) | terraform-aws-modules/transit-gateway/aws | 2.12.2 |

Expand Down
2 changes: 1 addition & 1 deletion inspection.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module "inspection_vpc" {
count = local.enable_inspection ? 1 : 0
source = "appvia/network/aws"
version = "0.2.1"
version = "0.3.0"

availability_zones = var.connectivity_config.inspection.network.availability_zones
enable_default_route_table_association = false
Expand Down

0 comments on commit 17fbbdf

Please sign in to comment.