Skip to content

Commit d27c027

Browse files
Updated with the [latest changes](https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.28.7) from the [email protected] source branch. (#2686)
Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
1 parent 160377d commit d27c027

File tree

23 files changed

+230
-214
lines changed

23 files changed

+230
-214
lines changed

docs/reference/modules/terraform-aws-vpc/network-acl-inbound/network-acl-inbound.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="VPC Modules" version="0.28.6" lastModifiedVersion="0.27.0"/>
12+
<VersionBadge repoTitle="VPC Modules" version="0.28.7" lastModifiedVersion="0.27.0"/>
1313

1414
# Network ACL Inbound Terraform Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/network-acl-inbound" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/network-acl-inbound" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.27.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -24,7 +24,7 @@ with because they are stateless, which means that opening an inbound port is oft
2424
which your services use to respond. This can be very easy to forget, so this module adds not only the inbound ports to
2525
an ACL, but also the ephemeral outbound ports for return traffic.
2626

27-
See the [network-acl-outbound](https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/network-acl-outbound) module for the analogous version of this module, but for opening
27+
See the [network-acl-outbound](https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/network-acl-outbound) module for the analogous version of this module, but for opening
2828
outbound ports.
2929

3030
## What's a Network ACL?
@@ -47,7 +47,7 @@ EC2 instance), a network ACL controls what inbound and outbound traffic is allow
4747
4848
module "network_acl_inbound" {
4949
50-
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/network-acl-inbound?ref=v0.28.6"
50+
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/network-acl-inbound?ref=v0.28.7"
5151
5252
# ----------------------------------------------------------------------------------------------------
5353
# REQUIRED VARIABLES
@@ -134,7 +134,7 @@ module "network_acl_inbound" {
134134
# ------------------------------------------------------------------------------------------------------
135135
136136
terraform {
137-
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/network-acl-inbound?ref=v0.28.6"
137+
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/network-acl-inbound?ref=v0.28.7"
138138
}
139139
140140
inputs = {
@@ -220,11 +220,11 @@ inputs = {
220220
<!-- ##DOCS-SOURCER-START
221221
{
222222
"originalSources": [
223-
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/network-acl-inbound/readme.md",
224-
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/network-acl-inbound/variables.tf",
225-
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/network-acl-inbound/outputs.tf"
223+
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/network-acl-inbound/readme.md",
224+
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/network-acl-inbound/variables.tf",
225+
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/network-acl-inbound/outputs.tf"
226226
],
227227
"sourcePlugin": "module-catalog-api",
228-
"hash": "bc2c31a117ef2359604dc81abf9ec595"
228+
"hash": "e3a7da3e2f7a07059b32ac1230619719"
229229
}
230230
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-vpc/network-acl-outbound/network-acl-outbound.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="VPC Modules" version="0.28.6" lastModifiedVersion="0.27.0"/>
12+
<VersionBadge repoTitle="VPC Modules" version="0.28.7" lastModifiedVersion="0.27.0"/>
1313

1414
# Network ACL Outbound Terraform Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/network-acl-outbound" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/network-acl-outbound" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.27.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -24,7 +24,7 @@ because they are stateless, which means that opening an outbound port is often n
2424
which the remote services can use to respond. This can be very easy to forget, so this module adds not only the
2525
outbound to an ACL, but also the ephemeral inbound ports for return traffic.
2626

27-
See the [network-acl-inbound](https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/network-acl-inbound) module for the analogous version of this module, but for opening
27+
See the [network-acl-inbound](https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/network-acl-inbound) module for the analogous version of this module, but for opening
2828
inbound ports.
2929

3030
## What's a Network ACL?
@@ -47,7 +47,7 @@ EC2 instance), a network ACL controls what inbound and outbound traffic is allow
4747
4848
module "network_acl_outbound" {
4949
50-
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/network-acl-outbound?ref=v0.28.6"
50+
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/network-acl-outbound?ref=v0.28.7"
5151
5252
# ----------------------------------------------------------------------------------------------------
5353
# REQUIRED VARIABLES
@@ -134,7 +134,7 @@ module "network_acl_outbound" {
134134
# ------------------------------------------------------------------------------------------------------
135135
136136
terraform {
137-
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/network-acl-outbound?ref=v0.28.6"
137+
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/network-acl-outbound?ref=v0.28.7"
138138
}
139139
140140
inputs = {
@@ -220,11 +220,11 @@ inputs = {
220220
<!-- ##DOCS-SOURCER-START
221221
{
222222
"originalSources": [
223-
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/network-acl-outbound/readme.md",
224-
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/network-acl-outbound/variables.tf",
225-
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/network-acl-outbound/outputs.tf"
223+
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/network-acl-outbound/readme.md",
224+
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/network-acl-outbound/variables.tf",
225+
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/network-acl-outbound/outputs.tf"
226226
],
227227
"sourcePlugin": "module-catalog-api",
228-
"hash": "bb38d4deaefd71d78dbf986408e78c58"
228+
"hash": "350f003f4c1279b6c727f99ce50484f1"
229229
}
230230
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-vpc/network-firewall/network-firewall.md

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="VPC Modules" version="0.28.6" lastModifiedVersion="0.28.0"/>
12+
<VersionBadge repoTitle="VPC Modules" version="0.28.7" lastModifiedVersion="0.28.7"/>
1313

1414
# Network Firewall Terraform Module - Beta
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/network-firewall" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/network-firewall" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

18-
<a href="https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.28.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
18+
<a href="https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.28.7" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

2020
This Terraform module deploys Network Firewall resources. It is a managed service that allows you to filter and monitor network traffic.
2121
The module creates Network Firewall, Network Firewall Policy and Network Firewall Rule Group.
@@ -41,7 +41,7 @@ AWS Technical Support has confirmed their internal service team's awareness of t
4141

4242
## Usage
4343

44-
For usage examples, check out the [One VPC](https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/examples/vpc-app-with-network-firewall/) and [Multi-VPC](https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/examples/vpc-app-with-network-firewall-and-transit-gateway/) deployment.
44+
For usage examples, check out the [One VPC](https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/examples/vpc-app-with-network-firewall/) and [Multi-VPC](https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/examples/vpc-app-with-network-firewall-and-transit-gateway/) deployment.
4545

4646
## Deployment models for AWS Network Firewall
4747

@@ -152,7 +152,7 @@ No modules.
152152
153153
module "network_firewall" {
154154
155-
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/network-firewall?ref=v0.28.6"
155+
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/network-firewall?ref=v0.28.7"
156156
157157
# ----------------------------------------------------------------------------------------------------
158158
# OPTIONAL VARIABLES
@@ -219,7 +219,7 @@ module "network_firewall" {
219219
# ------------------------------------------------------------------------------------------------------
220220
221221
terraform {
222-
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/network-firewall?ref=v0.28.6"
222+
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/network-firewall?ref=v0.28.7"
223223
}
224224
225225
inputs = {
@@ -946,6 +946,14 @@ A mapping of tags to assign to the resource.
946946
</TabItem>
947947
<TabItem value="outputs" label="Outputs">
948948

949+
<HclListItem name="network_firewall_arn">
950+
<HclListItemDescription>
951+
952+
The ARN of the Network Firewall.
953+
954+
</HclListItemDescription>
955+
</HclListItem>
956+
949957
<HclListItem name="network_firewall_endpoints">
950958
<HclListItemDescription>
951959

@@ -954,17 +962,25 @@ A map of AZs to Network Firewall Endpoint IDs used for routing establishment pur
954962
</HclListItemDescription>
955963
</HclListItem>
956964

965+
<HclListItem name="network_firewall_id">
966+
<HclListItemDescription>
967+
968+
The ID of the Network Firewall.
969+
970+
</HclListItemDescription>
971+
</HclListItem>
972+
957973
</TabItem>
958974
</Tabs>
959975

960976
<!-- ##DOCS-SOURCER-START
961977
{
962978
"originalSources": [
963-
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/network-firewall/readme.md",
964-
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/network-firewall/variables.tf",
965-
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/network-firewall/outputs.tf"
979+
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/network-firewall/readme.md",
980+
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/network-firewall/variables.tf",
981+
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/network-firewall/outputs.tf"
966982
],
967983
"sourcePlugin": "module-catalog-api",
968-
"hash": "eb6e474de1e823b3474491f28c340655"
984+
"hash": "18cbba6262022c85b12b02e4df83ac6c"
969985
}
970986
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-vpc/port-range-calculator/port-range-calculator.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="VPC Modules" version="0.28.6" lastModifiedVersion="0.22.3"/>
12+
<VersionBadge repoTitle="VPC Modules" version="0.28.7" lastModifiedVersion="0.22.3"/>
1313

1414
# Port Calculator Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/port-range-calculator" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/port-range-calculator" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.22.3" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -50,7 +50,7 @@ just those ports:
5050
5151
module "port_range_calculator" {
5252
53-
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/port-range-calculator?ref=v0.28.6"
53+
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/port-range-calculator?ref=v0.28.7"
5454
5555
# ----------------------------------------------------------------------------------------------------
5656
# REQUIRED VARIABLES
@@ -84,7 +84,7 @@ module "port_range_calculator" {
8484
# ------------------------------------------------------------------------------------------------------
8585
8686
terraform {
87-
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/port-range-calculator?ref=v0.28.6"
87+
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/port-range-calculator?ref=v0.28.7"
8888
}
8989
9090
inputs = {
@@ -177,11 +177,11 @@ Map of port ranges to the ranges to allow. This is provided as a convenience out
177177
<!-- ##DOCS-SOURCER-START
178178
{
179179
"originalSources": [
180-
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/port-range-calculator/readme.md",
181-
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/port-range-calculator/variables.tf",
182-
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/port-range-calculator/outputs.tf"
180+
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/port-range-calculator/readme.md",
181+
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/port-range-calculator/variables.tf",
182+
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/port-range-calculator/outputs.tf"
183183
],
184184
"sourcePlugin": "module-catalog-api",
185-
"hash": "c126f2973620b586a1623127d308e79b"
185+
"hash": "edb37e04953a166b4a9917191b1500b4"
186186
}
187187
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-vpc/route/route.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="VPC Modules" version="0.28.6" lastModifiedVersion="0.27.0"/>
12+
<VersionBadge repoTitle="VPC Modules" version="0.28.7" lastModifiedVersion="0.27.0"/>
1313

1414
# Route Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/route" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/route" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.27.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -30,7 +30,7 @@ This Terraform module creates a route resource. A route is a rule that specifies
3030
3131
## Usage
3232

33-
For usage examples, check out the [examples folder](https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/examples/route/).
33+
For usage examples, check out the [examples folder](https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/examples/route/).
3434

3535
## What is a route?
3636

@@ -104,7 +104,7 @@ No modules.
104104
105105
module "route" {
106106
107-
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/route?ref=v0.28.6"
107+
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/route?ref=v0.28.7"
108108
109109
# ----------------------------------------------------------------------------------------------------
110110
# REQUIRED VARIABLES
@@ -193,7 +193,7 @@ module "route" {
193193
# ------------------------------------------------------------------------------------------------------
194194
195195
terraform {
196-
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/route?ref=v0.28.6"
196+
source = "git::[email protected]:gruntwork-io/terraform-aws-vpc.git//modules/route?ref=v0.28.7"
197197
}
198198
199199
inputs = {
@@ -447,11 +447,11 @@ A map of states of the route resources.
447447
<!-- ##DOCS-SOURCER-START
448448
{
449449
"originalSources": [
450-
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/route/readme.md",
451-
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/route/variables.tf",
452-
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.6/modules/route/outputs.tf"
450+
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/route/readme.md",
451+
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/route/variables.tf",
452+
"https://github.com/gruntwork-io/terraform-aws-vpc/tree/v0.28.7/modules/route/outputs.tf"
453453
],
454454
"sourcePlugin": "module-catalog-api",
455-
"hash": "039682d869ad1334cab7dceea6ae50ef"
455+
"hash": "ecb49df2a50e2ae69d845dab6dfbdbb1"
456456
}
457457
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)