Skip to content

Commit b0cdd55

Browse files
Updated with the [latest changes](https://github.com/gruntwork-io/terraform-aws-load-balancer/releases/tag/v1.1.0) from the terraform-aws-load-balancer@v1.1.0 source branch. (#2868)
Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
1 parent 5779f9c commit b0cdd55

File tree

4 files changed

+33
-33
lines changed

4 files changed

+33
-33
lines changed

docs/reference/modules/terraform-aws-load-balancer/acm-tls-certificate/acm-tls-certificate.md

Lines changed: 9 additions & 9 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="Load Balancer Modules" version="1.0.3" lastModifiedVersion="0.29.20"/>
12+
<VersionBadge repoTitle="Load Balancer Modules" version="1.1.0" lastModifiedVersion="1.1.0"/>
1313

1414
# ACM TLS Certificate
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.3/modules/acm-tls-certificate" 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-load-balancer/tree/v1.1.0/modules/acm-tls-certificate" 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-load-balancer/releases/tag/v0.29.20" 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-load-balancer/releases/tag/v1.1.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

2020
This module can be used to issue and validate free, auto-renewing TLS certificates using [AWS Certificate
2121
Manager (ACM)](https://aws.amazon.com/certificate-manager/). It supports issuing and validating multiple ACM certificates.
@@ -232,7 +232,7 @@ In this example, the `acm-tls-certificates` module will "wait" until your `aws_r
232232
233233
module "acm_tls_certificate" {
234234
235-
source = "git::git@github.com:gruntwork-io/terraform-aws-load-balancer.git//modules/acm-tls-certificate?ref=v1.0.3"
235+
source = "git::git@github.com:gruntwork-io/terraform-aws-load-balancer.git//modules/acm-tls-certificate?ref=v1.1.0"
236236
237237
# ----------------------------------------------------------------------------------------------------
238238
# REQUIRED VARIABLES
@@ -290,7 +290,7 @@ module "acm_tls_certificate" {
290290
# ------------------------------------------------------------------------------------------------------
291291
292292
terraform {
293-
source = "git::git@github.com:gruntwork-io/terraform-aws-load-balancer.git//modules/acm-tls-certificate?ref=v1.0.3"
293+
source = "git::git@github.com:gruntwork-io/terraform-aws-load-balancer.git//modules/acm-tls-certificate?ref=v1.1.0"
294294
}
295295
296296
inputs = {
@@ -543,11 +543,11 @@ Global tags to apply to all ACM certificates issued via this module. These globa
543543
<!-- ##DOCS-SOURCER-START
544544
{
545545
"originalSources": [
546-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.3/modules/acm-tls-certificate/readme.md",
547-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.3/modules/acm-tls-certificate/variables.tf",
548-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.3/modules/acm-tls-certificate/outputs.tf"
546+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.1.0/modules/acm-tls-certificate/readme.md",
547+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.1.0/modules/acm-tls-certificate/variables.tf",
548+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.1.0/modules/acm-tls-certificate/outputs.tf"
549549
],
550550
"sourcePlugin": "module-catalog-api",
551-
"hash": "c0f516f8ac4fff3040ecf7255aca664e"
551+
"hash": "8db2b930f71f344a18e2791f3a4977e6"
552552
}
553553
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-load-balancer/alb/alb.md

Lines changed: 9 additions & 9 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="Load Balancer Modules" version="1.0.3" lastModifiedVersion="1.0.3"/>
12+
<VersionBadge repoTitle="Load Balancer Modules" version="1.1.0" lastModifiedVersion="1.1.0"/>
1313

1414
# Application Load Balancer (ALB) Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.3/modules/alb" 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-load-balancer/tree/v1.1.0/modules/alb" 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-load-balancer/releases/tag/v1.0.3" 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-load-balancer/releases/tag/v1.1.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

2020
This Terraform Module creates an [Application Load Balancer](http://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html)
2121
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).
@@ -191,7 +191,7 @@ There are two ways for you to override this behavior:
191191
192192
module "alb" {
193193
194-
source = "git::git@github.com:gruntwork-io/terraform-aws-load-balancer.git//modules/alb?ref=v1.0.3"
194+
source = "git::git@github.com:gruntwork-io/terraform-aws-load-balancer.git//modules/alb?ref=v1.1.0"
195195
196196
# ----------------------------------------------------------------------------------------------------
197197
# REQUIRED VARIABLES
@@ -433,7 +433,7 @@ module "alb" {
433433
# ------------------------------------------------------------------------------------------------------
434434
435435
terraform {
436-
source = "git::git@github.com:gruntwork-io/terraform-aws-load-balancer.git//modules/alb?ref=v1.0.3"
436+
source = "git::git@github.com:gruntwork-io/terraform-aws-load-balancer.git//modules/alb?ref=v1.1.0"
437437
}
438438
439439
inputs = {
@@ -1398,11 +1398,11 @@ A map from port to the AWS ARNs of the listeners for the ALB that has been deplo
13981398
<!-- ##DOCS-SOURCER-START
13991399
{
14001400
"originalSources": [
1401-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.3/modules/alb/readme.md",
1402-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.3/modules/alb/variables.tf",
1403-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.3/modules/alb/outputs.tf"
1401+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.1.0/modules/alb/readme.md",
1402+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.1.0/modules/alb/variables.tf",
1403+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.1.0/modules/alb/outputs.tf"
14041404
],
14051405
"sourcePlugin": "module-catalog-api",
1406-
"hash": "c9cbdb27b7784613cb6250b761cadf5a"
1406+
"hash": "8923a953bf5b19ed1a09de71ff3acfdd"
14071407
}
14081408
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-load-balancer/lb-listener-rules/lb-listener-rules.md

Lines changed: 9 additions & 9 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="Load Balancer Modules" version="1.0.3" lastModifiedVersion="1.0.2"/>
12+
<VersionBadge repoTitle="Load Balancer Modules" version="1.1.0" lastModifiedVersion="1.1.0"/>
1313

1414
# Load Balancer Listener Rules
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.3/modules/lb-listener-rules" 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-load-balancer/tree/v1.1.0/modules/lb-listener-rules" 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-load-balancer/releases/tag/v1.0.2" 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-load-balancer/releases/tag/v1.1.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

2020
This Terraform Module provides a simpler, more declarative interface for creating
2121
[Load Balancer Listener Rules](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html)
@@ -95,7 +95,7 @@ Note that in most cases, your path definitions should be mutually exclusive and
9595
9696
module "lb_listener_rules" {
9797
98-
source = "git::git@github.com:gruntwork-io/terraform-aws-load-balancer.git//modules/lb-listener-rules?ref=v1.0.3"
98+
source = "git::git@github.com:gruntwork-io/terraform-aws-load-balancer.git//modules/lb-listener-rules?ref=v1.1.0"
9999
100100
# ----------------------------------------------------------------------------------------------------
101101
# REQUIRED VARIABLES
@@ -154,7 +154,7 @@ module "lb_listener_rules" {
154154
# ------------------------------------------------------------------------------------------------------
155155
156156
terraform {
157-
source = "git::git@github.com:gruntwork-io/terraform-aws-load-balancer.git//modules/lb-listener-rules?ref=v1.0.3"
157+
source = "git::git@github.com:gruntwork-io/terraform-aws-load-balancer.git//modules/lb-listener-rules?ref=v1.1.0"
158158
}
159159
160160
inputs = {
@@ -849,11 +849,11 @@ The ARNs of the rules of type redirect. The key is the same key of the rule from
849849
<!-- ##DOCS-SOURCER-START
850850
{
851851
"originalSources": [
852-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.3/modules/lb-listener-rules/readme.md",
853-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.3/modules/lb-listener-rules/variables.tf",
854-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.3/modules/lb-listener-rules/outputs.tf"
852+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.1.0/modules/lb-listener-rules/readme.md",
853+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.1.0/modules/lb-listener-rules/variables.tf",
854+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.1.0/modules/lb-listener-rules/outputs.tf"
855855
],
856856
"sourcePlugin": "module-catalog-api",
857-
"hash": "74e080e0fb642c31a1541b30c97bdae2"
857+
"hash": "f614aa1c6d9d7ba02dbe67571a7babba"
858858
}
859859
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-load-balancer/nlb/nlb.md

Lines changed: 6 additions & 6 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="Load Balancer Modules" version="1.0.3" lastModifiedVersion="0.23.0"/>
12+
<VersionBadge repoTitle="Load Balancer Modules" version="1.1.0" lastModifiedVersion="0.23.0"/>
1313

1414
# Network Load Balancer (NLB) Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.3/modules/nlb" 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-load-balancer/tree/v1.1.0/modules/nlb" 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-load-balancer/releases/tag/v0.23.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -28,11 +28,11 @@ For information on why the module was removed, refer to the discussion in [PR
2828
<!-- ##DOCS-SOURCER-START
2929
{
3030
"originalSources": [
31-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.3/modules/nlb/readme.md",
32-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.3/modules/nlb/variables.tf",
33-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.3/modules/nlb/outputs.tf"
31+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.1.0/modules/nlb/readme.md",
32+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.1.0/modules/nlb/variables.tf",
33+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.1.0/modules/nlb/outputs.tf"
3434
],
3535
"sourcePlugin": "module-catalog-api",
36-
"hash": "8b0f1e51f6c2ac62f0be3cc9c0720f1e"
36+
"hash": "60fe16adb7833973ce8a05ee51319386"
3737
}
3838
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)