From 1b67f66d8de96a1041ed48187c07843c23dda292 Mon Sep 17 00:00:00 2001 From: "Erik Osterman (CEO @ Cloud Posse)" Date: Thu, 15 Aug 2024 08:39:25 -0500 Subject: [PATCH] Add frontmatter (https://github.com/cloudposse/terraform-aws-components/pull/1085) Co-authored-by: milldr Co-authored-by: Dan Miller --- src/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 2d0030d..cc9d93b 100644 --- a/src/README.md +++ b/src/README.md @@ -1,3 +1,10 @@ +--- +tags: + - component/vpc + - layer/network + - provider/aws +--- + # Component: `vpc` This component is responsible for provisioning a VPC and corresponding Subnets. Additionally, VPC Flow Logs can @@ -75,7 +82,7 @@ components: |------|--------|---------| | [endpoint\_security\_groups](#module\_endpoint\_security\_groups) | cloudposse/security-group/aws | 2.2.0 | | [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a | -| [subnets](#module\_subnets) | cloudposse/dynamic-subnets/aws | 2.3.0 | +| [subnets](#module\_subnets) | cloudposse/dynamic-subnets/aws | 2.4.2 | | [this](#module\_this) | cloudposse/label/null | 0.25.0 | | [utils](#module\_utils) | cloudposse/utils/aws | 1.3.0 | | [vpc](#module\_vpc) | cloudposse/vpc/aws | 2.1.0 |