-
v2.124921600 · ·
The latest changes fix a provider warning by adding the required filter block to each rule in the aws_s3_bucket_lifecycle_configuration. Omitting the filter and the deprecated prefix will become an error in future Terraform AWS provider versions. │ Warning: Invalid Attribute Combination │ │ with module.cloudtrail_mgmt_acc.aws_s3_bucket_lifecycle_configuration.s3_bucket_lifecycle, │ on .terraform/modules/cloudtrail_mgmt_acc/s3.tf line 15, in resource "aws_s3_bucket_lifecycle_configuration" "s3_bucket_lifecycle": │ 15: resource "aws_s3_bucket_lifecycle_configuration" "s3_bucket_lifecycle" { │ │ No attribute specified when one (and only one) of [rule[0].filter,rule[0].prefix] is required │ │ This will be an error in a future version of the provider │ │ (and 2 more similar warnings elsewhere) ╵
-
v2ebb05826 · ·
Organization cloudtrail managed from security account and sending logs to s3 in audit account
-