Releases: cu-cit-cloud-team/tf-module-apply-pipeline
Releases · cu-cit-cloud-team/tf-module-apply-pipeline
v3.4.1
v3.4.0
- 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
- Loosen version restriction on
hashicorp/archive
provider. - Update references from old
CU-CommunityApps
Github Organization to newcu-cit-cloud-team
Github Organization.
v3.3.0
- add tags to IAM role and policy resources
v3.2.0
- 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
- This will require that the existing
- removed
acl
property fromaws_s3_bucket
v3.1.0
- 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
- Added tags to
build-plan
CodeBuild project, which was missed in v3.0.0 release.
v3.0.0
- 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
- added TF_LOGs configuration option
- added
iam:GetPolicy
andiam:GetPolicyVersion
privileges for the policies passed in asresource_plan_policy_arns
andresource_apply_policy_arns
- bump
tf-module-sns-teams-relay
version to 1.1.0 - removed unused
environment
variable - rename
build_cron
variable todrift_cron
- added minimal documentation
v1.0.0
Initial release that is lacking in documentation and subtlety.