Skip to content

Commit

Permalink
fixed version...
Browse files Browse the repository at this point in the history
  • Loading branch information
y-miyazaki committed Feb 24, 2022
1 parent 3708ac5 commit b90bf56
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion modules/aws/recipes/security/config/rule/acm/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">=3.7.0"
version = ">=3.70.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">=3.7.0"
version = ">=3.70.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">=3.7.0"
version = ">=3.70.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">=3.7.0"
version = ">=3.70.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/aws/recipes/security/config/rule/ec2/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">=3.7.0"
version = ">=3.70.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">=3.7.0"
version = ">=3.70.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/aws/recipes/security/config/rule/rds/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">=3.7.0"
version = ">=3.70.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/aws/recipes/security/config/rule/s3/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">=3.7.0"
version = ">=3.70.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/aws/recipes/security/config/ssm_automation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ POLICY
#--------------------------------------------------------------
# Generates an IAM policy document in JSON format for use with resources that expect policy documents such as aws_iam_policy.
#--------------------------------------------------------------
#tfsec:ignore:AWS099
data "aws_iam_policy_document" "this" {
count = var.is_enabled ? 1 : 0
statement {
Expand Down Expand Up @@ -54,6 +53,7 @@ data "aws_iam_policy_document" "this" {
"s3:PutEncryptionConfiguration",
"s3:PutBucketPolicy",
]
#tfsec:ignore:AWS099
resources = ["*"]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">=3.7.0"
version = ">=3.70.0"
}
}
}

0 comments on commit b90bf56

Please sign in to comment.