You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.0/modules/acm-tls-certificate"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
16
+
<ahref="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>
17
17
18
18
<ahref="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>
19
19
@@ -232,7 +232,7 @@ In this example, the `acm-tls-certificates` module will "wait" until your `aws_r
<ahref="https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.0/modules/alb"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
16
+
<ahref="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>
17
17
18
-
<ahref="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>
18
+
<ahref="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>
19
19
20
20
This Terraform Module creates an [Application Load Balancer](http://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html)
21
21
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:
The IPv6 CIDR blocks from which the ALB will allow inbound HTTP/HTTPS requests. Use the default value to allow any IPv6 address to make requests. Only used if <ahref="#is_internal_alb"><code>is_internal_alb</code></a> is false.
The IPv6 CIDR blocks to which the ALB will allow outbound traffic. Only used if <ahref="#allow_all_outbound"><code>allow_all_outbound</code></a> is true.
<ahref="https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.0/modules/lb-listener-rules"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
16
+
<ahref="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>
17
17
18
18
<ahref="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>
19
19
@@ -95,7 +95,7 @@ Note that in most cases, your path definitions should be mutually exclusive and
<ahref="https://github.com/gruntwork-io/terraform-aws-load-balancer/tree/v1.0.0/modules/nlb"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
16
+
<ahref="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>
17
17
18
18
<ahref="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>
19
19
@@ -28,11 +28,11 @@ For information on why the module was removed, refer to the discussion in [PR
0 commit comments