Skip to content

Releases: fivexl/terraform-aws-account-baseline

1.1.1

15 Mar 07:05
Compare
Choose a tag to compare

Features:

  • Add elb_access_logs_policy to s3 baseline & access logs bucket

Full Changelog: 1.1.0...1.1.1

1.1.0

03 Mar 09:36
Compare
Choose a tag to compare

Fix dynamodb name:
from dynanodb_tf_state_lock to: dynamodb_tf_state_lock.

No actions are necessary, terraform state moved block is included in the release.
Full Changelog: 1.0.1...1.1.0

1.0.1

03 Mar 09:05
Compare
Choose a tag to compare

Add a way to configure server_side_encryption for s3_tf_state_bucket

1.0.0

27 Feb 06:53
Compare
Choose a tag to compare

What's Changed

New resources:


S3:

  • feat: Added a method to configure KMS for s3_baseline/state_bucket/access_logs_bucket.
  • feat: Introduced a configuration option for s3_access_logs_bucket_replication for access logs buckets.

Added more security baselines for S3 buckets:

  • attach_deny_insecure_transport_policy set to true.
  • attach_deny_incorrect_encryption_headers set to true.
  • attach_deny_unencrypted_object_uploads set to true.

Fixes:

  • fix: output of access_logs_bucket_name

Dynamodb:

  • feat: use dynamodb module instead of resource & add a way to configure KMS

Other:

  • build(deps): bump terraform-aws-modules/iam/aws from 5.33.0 to 5.34.0 in /modules/account_level by @dependabot in #22
  • Upd documentation

New Contributors

Full Changelog: 0.0.2...1.0.0

0.0.2

22 Jan 11:19
Compare
Choose a tag to compare

Breaking Changes!

upd versions.tf to require >= 5.27

Features:

  • More & better docs
  • Use terraform-aws-modules/iam/aws//modules/iam-github-oidc-provider instead of self managed resource.
  • More outputs: access_logs_bucket_name
  • Readme for s3-baseline module

Full Changelog: 0.0.1...0.0.2

0.0.1

15 Dec 07:49
Compare
Choose a tag to compare
upd readme