File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : git://github.com/antonbabenko/pre-commit-terraform
3
- rev : v1.48 .0
3
+ rev : v1.49 .0
4
4
hooks :
5
5
- id : terraform_fmt
6
6
- id : terraform_docs
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ module "datadog_log_forwarder" {
55
55
56
56
| Name | Source | Version |
57
57
| ------| --------| ---------|
58
- | <a name =" module_this_s3_bucket " ></a > [ this\_ s3\_ bucket] ( #module\_ this\_ s3\_ bucket ) | terraform-aws-modules/s3-bucket/aws | v1.17 .0 |
58
+ | <a name =" module_this_s3_bucket " ></a > [ this\_ s3\_ bucket] ( #module\_ this\_ s3\_ bucket ) | terraform-aws-modules/s3-bucket/aws | v1.25 .0 |
59
59
60
60
## Resources
61
61
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ data "aws_region" "current" {}
24
24
25
25
module "this_s3_bucket" {
26
26
source = " terraform-aws-modules/s3-bucket/aws"
27
- version = " v1.17 .0"
27
+ version = " v1.25 .0"
28
28
29
29
create_bucket = var. create && var. create_bucket
30
30
bucket = local. bucket_name
You can’t perform that action at this time.
0 commit comments