diff --git a/main.tf b/main.tf index 5c252b3..89b8f72 100644 --- a/main.tf +++ b/main.tf @@ -76,7 +76,7 @@ resource "aws_route53_record" "main" { # IAM module "iam_label" { source = "cloudposse/label/null" - version = "0.24.1" + version = "0.25.0" attributes = ["transfer", "s3"] @@ -85,7 +85,7 @@ module "iam_label" { module "logging_label" { source = "cloudposse/label/null" - version = "0.24.1" + version = "0.25.0" attributes = ["transfer", "cloudwatch"]