Skip to content

Commit 8b11e79

Browse files
Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
1 parent 1194a22 commit 8b11e79

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

docs/reference/modules/terraform-aws-load-balancer/acm-tls-certificate/acm-tls-certificate.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="Load Balancer Modules" version="1.0.1" lastModifiedVersion="0.29.20"/>
12+
<VersionBadge repoTitle="Load Balancer Modules" version="1.0.2" lastModifiedVersion="0.29.20"/>
1313

1414
# ACM TLS Certificate
1515

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

@@ -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::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/acm-tls-certificate?ref=v1.0.1"
235+
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/acm-tls-certificate?ref=v1.0.2"
236236
237237
# ----------------------------------------------------------------------------------------------------
238238
# REQUIRED VARIABLES
@@ -290,7 +290,7 @@ module "acm_tls_certificate" {
290290
# ------------------------------------------------------------------------------------------------------
291291
292292
terraform {
293-
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/acm-tls-certificate?ref=v1.0.1"
293+
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/acm-tls-certificate?ref=v1.0.2"
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.1/modules/acm-tls-certificate/readme.md",
547-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.1/modules/acm-tls-certificate/variables.tf",
548-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.1/modules/acm-tls-certificate/outputs.tf"
546+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.2/modules/acm-tls-certificate/readme.md",
547+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.2/modules/acm-tls-certificate/variables.tf",
548+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.2/modules/acm-tls-certificate/outputs.tf"
549549
],
550550
"sourcePlugin": "module-catalog-api",
551-
"hash": "314688349429a3f6564e497486c5b721"
551+
"hash": "22b5a05d05ad864e20ccc39cb1b7aeb5"
552552
}
553553
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-load-balancer/alb/alb.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="Load Balancer Modules" version="1.0.1" lastModifiedVersion="1.0.1"/>
12+
<VersionBadge repoTitle="Load Balancer Modules" version="1.0.2" lastModifiedVersion="1.0.1"/>
1313

1414
# Application Load Balancer (ALB) Module
1515

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

@@ -191,7 +191,7 @@ There are two ways for you to override this behavior:
191191
192192
module "alb" {
193193
194-
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/alb?ref=v1.0.1"
194+
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/alb?ref=v1.0.2"
195195
196196
# ----------------------------------------------------------------------------------------------------
197197
# REQUIRED VARIABLES
@@ -427,7 +427,7 @@ module "alb" {
427427
# ------------------------------------------------------------------------------------------------------
428428
429429
terraform {
430-
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/alb?ref=v1.0.1"
430+
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/alb?ref=v1.0.2"
431431
}
432432
433433
inputs = {
@@ -1377,11 +1377,11 @@ A map from port to the AWS ARNs of the listeners for the ALB that has been deplo
13771377
<!-- ##DOCS-SOURCER-START
13781378
{
13791379
"originalSources": [
1380-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.1/modules/alb/readme.md",
1381-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.1/modules/alb/variables.tf",
1382-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.1/modules/alb/outputs.tf"
1380+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.2/modules/alb/readme.md",
1381+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.2/modules/alb/variables.tf",
1382+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.2/modules/alb/outputs.tf"
13831383
],
13841384
"sourcePlugin": "module-catalog-api",
1385-
"hash": "4f7c6cba3fb8cd668a7fddf93cbbc909"
1385+
"hash": "78f511998f6061a8c723f1156c476682"
13861386
}
13871387
##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.1" lastModifiedVersion="0.30.3"/>
12+
<VersionBadge repoTitle="Load Balancer Modules" version="1.0.2" lastModifiedVersion="1.0.2"/>
1313

1414
# Load Balancer Listener Rules
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.1/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.0.2/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/v0.30.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.0.2" 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::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/lb-listener-rules?ref=v1.0.1"
98+
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/lb-listener-rules?ref=v1.0.2"
9999
100100
# ----------------------------------------------------------------------------------------------------
101101
# REQUIRED VARIABLES
@@ -154,7 +154,7 @@ module "lb_listener_rules" {
154154
# ------------------------------------------------------------------------------------------------------
155155
156156
terraform {
157-
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/lb-listener-rules?ref=v1.0.1"
157+
source = "git::[email protected]:gruntwork-io/terraform-aws-load-balancer.git//modules/lb-listener-rules?ref=v1.0.2"
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.1/modules/lb-listener-rules/readme.md",
853-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.1/modules/lb-listener-rules/variables.tf",
854-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.1/modules/lb-listener-rules/outputs.tf"
852+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.2/modules/lb-listener-rules/readme.md",
853+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.2/modules/lb-listener-rules/variables.tf",
854+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.2/modules/lb-listener-rules/outputs.tf"
855855
],
856856
"sourcePlugin": "module-catalog-api",
857-
"hash": "2ffca8be8a6f88e1029566cdccefac73"
857+
"hash": "ca62e297a1abbb3f934fbb758c883256"
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.1" lastModifiedVersion="0.23.0"/>
12+
<VersionBadge repoTitle="Load Balancer Modules" version="1.0.2" 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.1/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.0.2/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.1/modules/nlb/readme.md",
32-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.1/modules/nlb/variables.tf",
33-
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.1/modules/nlb/outputs.tf"
31+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.2/modules/nlb/readme.md",
32+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.2/modules/nlb/variables.tf",
33+
"https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.2/modules/nlb/outputs.tf"
3434
],
3535
"sourcePlugin": "module-catalog-api",
36-
"hash": "1d39a0fa3431b59d72ce72eb84148429"
36+
"hash": "ce42da71713dec568dbfa7d6ff6ded2f"
3737
}
3838
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)