From 88c73a76532b432fc290ab20c1b3cab1dafeb8e7 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 24 May 2018 17:23:03 -0400 Subject: [PATCH] Update CHANGELOG for #2811, #4021, and #3929 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 877edc40c10..bcc8c015c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ENHANCEMENTS: * resource/aws_codebuild_project: Add `badge_enabled` argument and `badge_url` attribute [GH-3504] +* resource/aws_codebuild_project: Add `environment_variable` argument `type` (support parameter store environment variables) [GH-2811] / [GH-4021] +* resource/aws_codebuild_project: Add `source` argument `git_clone_depth` and `insecure_ssl` [GH-3929] * resource/aws_redshift_cluster: Add `dns_name` attribute [GH-4582] BUG FIXES: