Skip to content

Commit

Permalink
chore: update vpc flow logs bucket to 1.0.1 (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudymas authored Oct 12, 2023
1 parent 984db6a commit f2552e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/vpc-flow-logs-bucket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ No providers.
| Name | Source | Version |
|------|--------|---------|
| <a name="module_flow_logs_s3_bucket"></a> [flow\_logs\_s3\_bucket](#module\_flow\_logs\_s3\_bucket) | cloudposse/vpc-flow-logs-s3-bucket/aws | 0.18.0 |
| <a name="module_flow_logs_s3_bucket"></a> [flow\_logs\_s3\_bucket](#module\_flow\_logs\_s3\_bucket) | cloudposse/vpc-flow-logs-s3-bucket/aws | 1.0.1 |
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
Expand Down
2 changes: 1 addition & 1 deletion modules/vpc-flow-logs-bucket/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "flow_logs_s3_bucket" {
source = "cloudposse/vpc-flow-logs-s3-bucket/aws"
version = "0.18.0"
version = "1.0.1"

lifecycle_prefix = var.lifecycle_prefix
lifecycle_tags = var.lifecycle_tags
Expand Down

0 comments on commit f2552e9

Please sign in to comment.