Skip to content

Commit

Permalink
Update CHANGELOG for #4826
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad authored Jul 9, 2018
1 parent f2b2e6f commit 4c14f4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

NOTES:

* resource/aws_codebuild_project: The `service_role` argument is now required to match the API behavior and provide plan time validation. Additional details from AWS Support can be found in: https://github.com/terraform-providers/terraform-provider-aws/pull/4826
* resource/aws_wafregional_byte_match_set: The `byte_match_tuple` argument name has been deprecated in preference of a new `byte_match_tuples` argument name, for consistency with the `aws_waf_byte_match_set` resource to reduce any confusion working between the two resources and to denote its multiple value support. Its behavior is exactly the same as the old argument. Simply changing the argument name (adding the `s`) to configurations should upgrade without other changes.

ENHANCEMENTS:
Expand All @@ -18,6 +19,7 @@ ENHANCEMENTS:
BUG FIXES:

* resource/aws_codebuild_project: Prevent panic when empty `vpc_config` block is configured [GH-5070]
* resource/aws_codebuild_project: Mark `service_role` as required [GH-4826]
* resource/aws_glue_catalog_database: Properly return error when missing colon during import [GH-5123]
* resource/aws_kms_grant: Properly return error when listing KMS grants [GH-5063]
* resource/aws_rds_cluster_instance: Support `configuring-log-exports` status [GH-5124]
Expand Down

0 comments on commit 4c14f4e

Please sign in to comment.