Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/iam/aws to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 8, 2022
1 parent 85eb0c7 commit 29fb052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam-s3-replication.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module "iam_role_s3" {
count = var.log_archive_account == true && var.enable_centralized_logging == true ? 1 : 0

source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role"
version = "~> 4.0"
version = "~> 5.0"

trusted_role_services = ["s3.amazonaws.com"]

Expand Down

0 comments on commit 29fb052

Please sign in to comment.