Skip to content

Commit 0ead3e2

Browse files
authored
Merge pull request #95 from aws-ia/adrian-branch
update versions of tflint and providers min version
2 parents 079bf31 + 5011d32 commit 0ead3e2

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.tflint.hcl

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

44
plugin "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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
output "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
}

modules/flow_logs/modules/s3_log_bucket/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)