AWS S3 bucket Terraform module

Upstream version 5.14.0
3 controls from CCCS Medium Cloud Control Profile requirements

Terraform Module Source

cccsmedium.compliance.tf/terraform-aws-modules/s3-bucket/aws

Behavioral Summary

This module modifies 2 variable defaults and makes 0 resource changes from the upstream module. All changes are driven by compliance controls and can be reviewed in detail below.

Your Code Impact

If you are migrating from the upstream module, the enforced default changes mean your existing configurations will automatically gain compliance controls. Variables you have explicitly set will continue to use your values. Review the diff below to understand exactly what changes.

Compared to terraform-aws-modules/s3-bucket/aws@5.14.02 changes

Variables Changed

2
VariableUpstreamCTFReasonControl
lifecycle_rule[][ { "status": "Enabled" } ]This control checks if AWS Simple Storage Service (AWS S3) version enabled buckets have lifecycle policy configured. This rule fails if AWS S3 lifecycle policy is not enabled.s3_bucket_versioning_and_lifecycle_policy_enabled
versioning{}{ "enabled": "Enabled" }AWS Simple Storage Service (AWS S3) bucket versioning helps keep multiple variants of an object in the same AWS S3 bucket.s3_bucket_versioning_enabled