Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v2.1
    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)
    ╵
  • v2
    ebb05826 · #139 add audit acc ·
    Organization cloudtrail managed from security account and sending logs to s3 in audit account
  • v1
    07f01b8b · Delete README.md ·
    Custom ITGix terraform module for Cloudtrail resources in AWS.