Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/lb-s3-bucket/aws to v0.11.4 (#…
Browse files Browse the repository at this point in the history
…80)

* chore(deps): update terraform cloudposse/lb-s3-bucket/aws to v0.11.4

* Auto Format

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
  • Loading branch information
3 people authored Feb 26, 2021
1 parent e49ec4e commit eb9bca1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Available targets:

| Name | Source | Version |
|------|--------|---------|
| access_logs | cloudposse/lb-s3-bucket/aws | 0.11.3 |
| access_logs | cloudposse/lb-s3-bucket/aws | 0.11.4 |
| default_target_group_label | cloudposse/label/null | 0.24.1 |
| this | cloudposse/label/null | 0.24.1 |

Expand Down
2 changes: 1 addition & 1 deletion docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

| Name | Source | Version |
|------|--------|---------|
| access_logs | cloudposse/lb-s3-bucket/aws | 0.11.3 |
| access_logs | cloudposse/lb-s3-bucket/aws | 0.11.4 |
| default_target_group_label | cloudposse/label/null | 0.24.1 |
| this | cloudposse/label/null | 0.24.1 |

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "aws_security_group_rule" "https_ingress" {

module "access_logs" {
source = "cloudposse/lb-s3-bucket/aws"
version = "0.11.3"
version = "0.11.4"
enabled = module.this.enabled && var.access_logs_enabled
name = module.this.name
namespace = module.this.namespace
Expand Down

0 comments on commit eb9bca1

Please sign in to comment.