From 483d415a41a364428d426077cc2119be675199b8 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Tue, 9 Oct 2018 16:33:57 -0400 Subject: [PATCH] Update CHANGELOG for #6087 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb355e210f5..4b3305f0c5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ENHANCEMENTS: * data-source/aws_iam_policy_document: Make `statement` argument optional [GH-6052] * data-source/aws_secretsmanager_secret: Add `policy` attribute [GH-6091] * data-source/aws_secretsmanager_secret_version: Add `secret_binary` attribute [GH-6070] +* resource/aws_codebuild_project: Add `environment` `certificate` argument [GH-6087] * resource/aws_ecr_repository: Add configurable `delete` timeout [GH-3910] * resource/aws_elastic_beanstalk_environment: Add `platform_arn` argument (support custom platforms) [GH-6093] * resource/aws_lb_listener: Support Cognito and OIDC authentication [GH-6094]