File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
modules/flow_logs/modules/s3_log_bucket Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 33
44plugin "aws" {
55 enabled = true
6- version = " 0.15.0 "
6+ version = " 0.21.1 "
77 source = " github.com/terraform-linters/tflint-ruleset-aws"
88}
99
Original file line number Diff line number Diff line change @@ -289,14 +289,14 @@ Please see our [developer documentation](https://github.com/aws-ia/terraform-aws
289289| Name | Version |
290290| ------| ---------|
291291| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.0 |
292- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.73 .0 |
292+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4.27 .0 |
293293| <a name =" requirement_awscc " ></a > [ awscc] ( #requirement\_ awscc ) | >= 0.36.0 |
294294
295295## Providers
296296
297297| Name | Version |
298298| ------| ---------|
299- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.73 .0 |
299+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4.27 .0 |
300300| <a name =" provider_awscc " ></a > [ awscc] ( #provider\_ awscc ) | >= 0.36.0 |
301301
302302## Modules
Original file line number Diff line number Diff line change 11output "bucket_flow_logs_attributes" {
2- value = aws_s3_bucket. flow_logs
2+ value = aws_s3_bucket. flow_logs
3+ description = " Flow Logs S3 Bucket resource attributes. Full output of aws_s3_bucket."
34}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
33 required_providers {
44 aws = {
55 source = " hashicorp/aws"
6- version = " >= 3.72 .0"
6+ version = " >= 4.0 .0"
77 }
88 }
99}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
33 required_providers {
44 aws = {
55 source = " hashicorp/aws"
6- version = " >= 3.73 .0"
6+ version = " >= 4.27 .0"
77 }
88 awscc = {
99 source = " hashicorp/awscc"
You can’t perform that action at this time.
0 commit comments