Skip to content

Releases: cu-cit-cloud-team/tf-module-apply-pipeline

v3.4.1

04 Nov 15:34
Compare
Choose a tag to compare
  • Add logs:ListTagsForResource privs to build and apply roles

v3.4.0

01 Nov 14:32
Compare
Choose a tag to compare
  • Add public access block (aws_s3_bucket_public_access_block) to resource/pipeline bucket
  • Add bucket policy (aws_s3_bucket_policy) blocking insecure transport to resource/pipeline bucket
  • Add aws_s3_bucket_server_side_encryption_configuration to resource/pipeline bucket
  • Remove private ACL from resource/pipeline bucket
  • Add aws_s3_bucket_ownership_controls for resource/pipeline bucket

v3.3.1

01 Nov 13:07
Compare
Choose a tag to compare
  • Loosen version restriction on hashicorp/archive provider.
  • Update references from old CU-CommunityApps Github Organization to new cu-cit-cloud-team Github Organization.

v3.3.0

25 Oct 19:03
bd7b23c
Compare
Choose a tag to compare
  • add tags to IAM role and policy resources

v3.2.0

11 May 18:21
Compare
Choose a tag to compare
  • added minimum version of v4.9.0 for AWS provider
  • added aws_s3_bucket_acl resource
    • This will require that the existing aws_s3_bucket_aclconfiguration be imported: terraform import module.example.aws_s3_bucket_acl.codepipeline_bucket bucket-name,private,private
  • removed acl property from aws_s3_bucket

v3.1.0

11 May 15:11
Compare
Choose a tag to compare
  • added global tags to build-drift CloudWatch log group
  • added log_retention_in_days variable to allow customization of how long logs are kept

v3.0.1

01 Dec 13:28
Compare
Choose a tag to compare
  • Added tags to build-plan CodeBuild project, which was missed in v3.0.0 release.

v3.0.0

12 Nov 16:58
Compare
Choose a tag to compare
  • add output consisting of the ARN of SNS topic where CodePipeline and CodeBuild notifications are sent
  • remove use of tf-module-sns-teams-relay module
  • add tags to all resources that can be tagged

v2.0.0

11 Nov 16:25
3f3dd15
Compare
Choose a tag to compare
  • added TF_LOGs configuration option
  • added iam:GetPolicy and iam:GetPolicyVersion privileges for the policies passed in as resource_plan_policy_arns and resource_apply_policy_arns
  • bump tf-module-sns-teams-relay version to 1.1.0
  • removed unused environment variable
  • rename build_cron variable to drift_cron
  • added minimal documentation

v1.0.0

09 Nov 20:20
Compare
Choose a tag to compare

Initial release that is lacking in documentation and subtlety.