Skip to content

Commit d26b2f0

Browse files
renovate[bot]cloudpossebotNuru
authored
Update Terraform cloudposse/s3-bucket/aws to v2.0.1 (#76)
* Update Terraform cloudposse/s3-bucket/aws to v2.0.3 * Auto Format * Update to 2.0.1 only, to avoid awsutils issues * Auto Format Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: cloudpossebot <[email protected]> Co-authored-by: Nuru <[email protected]>
1 parent 522b4b4 commit d26b2f0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/auto-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ version-resolver:
1717
- 'bugfix'
1818
- 'bug'
1919
- 'hotfix'
20-
- 'no-release'
2120
default: 'minor'
2221

2322
categories:

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
":preserveSemverRanges"
55
],
66
"labels": ["auto-update"],
7+
"dependencyDashboardAutoclose": true,
78
"enabledManagers": ["terraform"],
89
"terraform": {
910
"ignorePaths": ["**/context.tf", "examples/**"]
1011
}
1112
}
12-

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Available targets:
220220

221221
| Name | Source | Version |
222222
|------|--------|---------|
223-
| <a name="module_aws_s3_bucket"></a> [aws\_s3\_bucket](#module\_aws\_s3\_bucket) | cloudposse/s3-bucket/aws | 2.0.0 |
223+
| <a name="module_aws_s3_bucket"></a> [aws\_s3\_bucket](#module\_aws\_s3\_bucket) | cloudposse/s3-bucket/aws | 2.0.1 |
224224
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
225225

226226
## Resources
@@ -467,7 +467,7 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
467467

468468
[![README Footer][readme_footer_img]][readme_footer_link]
469469
[![Beacon][beacon]][website]
470-
470+
<!-- markdownlint-disable -->
471471
[logo]: https://cloudposse.com/logo-300x69.svg
472472
[docs]: https://cpco.io/docs?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-s3-log-storage&utm_content=docs
473473
[website]: https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-s3-log-storage&utm_content=website
@@ -498,3 +498,4 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
498498
[share_googleplus]: https://plus.google.com/share?url=https://github.com/cloudposse/terraform-aws-s3-log-storage
499499
[share_email]: mailto:?subject=terraform-aws-s3-log-storage&body=https://github.com/cloudposse/terraform-aws-s3-log-storage
500500
[beacon]: https://ga-beacon.cloudposse.com/UA-76589703-4/cloudposse/terraform-aws-s3-log-storage?pixel&cs=github&cm=readme&an=terraform-aws-s3-log-storage
501+
<!-- markdownlint-restore -->

docs/terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
| Name | Source | Version |
1919
|------|--------|---------|
20-
| <a name="module_aws_s3_bucket"></a> [aws\_s3\_bucket](#module\_aws\_s3\_bucket) | cloudposse/s3-bucket/aws | 2.0.0 |
20+
| <a name="module_aws_s3_bucket"></a> [aws\_s3\_bucket](#module\_aws\_s3\_bucket) | cloudposse/s3-bucket/aws | 2.0.1 |
2121
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
2222

2323
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ locals {
5151

5252
module "aws_s3_bucket" {
5353
source = "cloudposse/s3-bucket/aws"
54-
version = "2.0.0"
54+
version = "2.0.1"
5555

5656
bucket_name = local.bucket_name
5757
acl = var.acl

0 commit comments

Comments
 (0)