Skip to content

[Automated Update][terraform-aws-load-balancer] v0.30.5 release #2566

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="Load Balancer Modules" version="0.30.4" lastModifiedVersion="0.29.20"/>
<VersionBadge repoTitle="Load Balancer Modules" version="0.30.5" lastModifiedVersion="0.29.20"/>

# ACM TLS Certificate

<a href="https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.4/modules/acm-tls-certificate" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
<a href="https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.5/modules/acm-tls-certificate" className="link-button" title="View the source code for this module in GitHub.">View Source</a>

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

Expand Down Expand Up @@ -232,7 +232,7 @@ In this example, the `acm-tls-certificates` module will "wait" until your `aws_r

module "acm_tls_certificate" {

source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/acm-tls-certificate?ref=v0.30.4"
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/acm-tls-certificate?ref=v0.30.5"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -290,7 +290,7 @@ module "acm_tls_certificate" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/acm-tls-certificate?ref=v0.30.4"
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/acm-tls-certificate?ref=v0.30.5"
}

inputs = {
Expand Down Expand Up @@ -543,11 +543,11 @@ Global tags to apply to all ACM certificates issued via this module. These globa
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.4/modules/acm-tls-certificate/readme.md",
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.4/modules/acm-tls-certificate/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.4/modules/acm-tls-certificate/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.5/modules/acm-tls-certificate/readme.md",
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.5/modules/acm-tls-certificate/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.5/modules/acm-tls-certificate/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "c25dde1849f1ef5fcf094e308e8759ac"
"hash": "92183c06ab6c13d6bdeeb3c0436d4ab9"
}
##DOCS-SOURCER-END -->
41 changes: 32 additions & 9 deletions docs/reference/modules/terraform-aws-load-balancer/alb/alb.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="Load Balancer Modules" version="0.30.4" lastModifiedVersion="0.30.2"/>
<VersionBadge repoTitle="Load Balancer Modules" version="0.30.5" lastModifiedVersion="0.30.5"/>

# Application Load Balancer (ALB) Module

<a href="https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.4/modules/alb" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
<a href="https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.5/modules/alb" className="link-button" title="View the source code for this module in GitHub.">View Source</a>

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

This Terraform Module creates an [Application Load Balancer](http://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html)
that you can use as a load balancer for any [ALB Target Group](http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html).
Expand Down Expand Up @@ -191,7 +191,7 @@ There are two ways for you to override this behavior:

module "alb" {

source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/alb?ref=v0.30.4"
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/alb?ref=v0.30.5"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -273,6 +273,12 @@ module "alb" {
# https://github.com/hashicorp/terraform/pull/11482
allow_inbound_from_security_group_ids_num = 0

# The CIDR-formatted IP Address ranges from which this ALB will allow outgoing
# requests. If var.allow_all_outbound is false, no outbound traffic is
# allowed.If var.allow_all_outbound is true, then the cidr blocks passed in
# through this var are allowed for outbound traffic.
allow_outbound_to_cidr_blocks = ["0.0.0.0/0"]

# Prefix to use for access logs to create a sub-folder in S3 Bucket name where
# ALB logs should be stored. Only used if
# var.enable_custom_alb_access_logs_s3_prefix is true.
Expand Down Expand Up @@ -412,7 +418,7 @@ module "alb" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/alb?ref=v0.30.4"
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/alb?ref=v0.30.5"
}

inputs = {
Expand Down Expand Up @@ -497,6 +503,12 @@ inputs = {
# https://github.com/hashicorp/terraform/pull/11482
allow_inbound_from_security_group_ids_num = 0

# The CIDR-formatted IP Address ranges from which this ALB will allow outgoing
# requests. If var.allow_all_outbound is false, no outbound traffic is
# allowed.If var.allow_all_outbound is true, then the cidr blocks passed in
# through this var are allowed for outbound traffic.
allow_outbound_to_cidr_blocks = ["0.0.0.0/0"]

# Prefix to use for access logs to create a sub-folder in S3 Bucket name where
# ALB logs should be stored. Only used if
# var.enable_custom_alb_access_logs_s3_prefix is true.
Expand Down Expand Up @@ -780,6 +792,17 @@ The number of elements in <a href="#allow_inbound_from_security_group_ids"><code
<HclListItemDefaultValue defaultValue="0"/>
</HclListItem>

<HclListItem name="allow_outbound_to_cidr_blocks" requirement="optional" type="list(string)">
<HclListItemDescription>

The CIDR-formatted IP Address ranges from which this ALB will allow outgoing requests. If <a href="#allow_all_outbound"><code>allow_all_outbound</code></a> is false, no outbound traffic is allowed.If <a href="#allow_all_outbound"><code>allow_all_outbound</code></a> is true, then the cidr blocks passed in through this var are allowed for outbound traffic.

</HclListItemDescription>
<HclListItemDefaultValue defaultValue="[
&quot;0.0.0.0/0&quot;
]"/>
</HclListItem>

<HclListItem name="custom_alb_access_logs_s3_prefix" requirement="optional" type="string">
<HclListItemDescription>

Expand Down Expand Up @@ -1316,11 +1339,11 @@ A map from port to the AWS ARNs of the listeners for the ALB that has been deplo
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.4/modules/alb/readme.md",
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.4/modules/alb/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.4/modules/alb/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.5/modules/alb/readme.md",
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.5/modules/alb/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.5/modules/alb/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "08ed8092d68c3d1b71f763dcd2bc4154"
"hash": "beec28ecb458e77fa18d9443bf8221d4"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="Load Balancer Modules" version="0.30.4" lastModifiedVersion="0.30.3"/>
<VersionBadge repoTitle="Load Balancer Modules" version="0.30.5" lastModifiedVersion="0.30.3"/>

# Load Balancer Listener Rules

<a href="https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.4/modules/lb-listener-rules" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
<a href="https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.5/modules/lb-listener-rules" className="link-button" title="View the source code for this module in GitHub.">View Source</a>

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

Expand Down Expand Up @@ -95,7 +95,7 @@ Note that in most cases, your path definitions should be mutually exclusive and

module "lb_listener_rules" {

source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/lb-listener-rules?ref=v0.30.4"
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/lb-listener-rules?ref=v0.30.5"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -154,7 +154,7 @@ module "lb_listener_rules" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/lb-listener-rules?ref=v0.30.4"
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/lb-listener-rules?ref=v0.30.5"
}

inputs = {
Expand Down Expand Up @@ -849,11 +849,11 @@ The ARNs of the rules of type redirect. The key is the same key of the rule from
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.4/modules/lb-listener-rules/readme.md",
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.4/modules/lb-listener-rules/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.4/modules/lb-listener-rules/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.5/modules/lb-listener-rules/readme.md",
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.5/modules/lb-listener-rules/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.5/modules/lb-listener-rules/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "c7c9c9c20dc0bd9a1fee455e0c7a5041"
"hash": "362f5fd085bc375028bcb5e2fd52e014"
}
##DOCS-SOURCER-END -->
12 changes: 6 additions & 6 deletions docs/reference/modules/terraform-aws-load-balancer/nlb/nlb.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="Load Balancer Modules" version="0.30.4" lastModifiedVersion="0.23.0"/>
<VersionBadge repoTitle="Load Balancer Modules" version="0.30.5" lastModifiedVersion="0.23.0"/>

# Network Load Balancer (NLB) Module

<a href="https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.4/modules/nlb" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
<a href="https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.5/modules/nlb" className="link-button" title="View the source code for this module in GitHub.">View Source</a>

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

Expand All @@ -28,11 +28,11 @@ For information on why the module was removed, refer to the discussion in [PR
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.4/modules/nlb/readme.md",
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.4/modules/nlb/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.4/modules/nlb/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.5/modules/nlb/readme.md",
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.5/modules/nlb/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v0.30.5/modules/nlb/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "a8a1c40adf5596636c33fe725b0a315e"
"hash": "ea78c9a120883f96459d5b343f807bea"
}
##DOCS-SOURCER-END -->