Skip to content

Commit

Permalink
Update CHANGELOG for #9313
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad authored Jul 11, 2019
1 parent c7d1f77 commit b93a339
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ FEATURES:
* **New Resource:** `aws_directory_service_log_subscription` [GH-9261]

ENHANCEMENTS:

* resource/aws_acmpca_certificate_authority: Support validation for `ROOT` certificate authority type [GH-9292]
* resource/aws_appmesh_virtual_node: Add `aws_cloud_map` configuration block under `spec` and `service_discovery` [GH-9271]
* resource/aws_appmesh_virtual_router: Add `tags` argument [GH-9249]
Expand All @@ -19,17 +20,20 @@ ENHANCEMENTS:
* resource/aws_lightsail_instance: Add `tags` argument [GH-9273]
* resource/aws_organizations_account: Add `tags` argument [GH-9202]
* resource/aws_service_discovery_service: Add `namespace_id` argument (Support HTTP namespaces) [GH-7341]
* resource/aws_ssm_document: Support resource import [GH-9313]
* resource/aws_waf_rule_group: Support resource import [GH-9254]
* resource/aws_wafregional_byte_match_set: Support resource import [GH-9258]
* resource/aws_wafregional_rule: Support resource import [GH-9239]
* resource/aws_wafregional_rule_group: Support resource import [GH-9240]
* resource/aws_wafregional_web_acl: Support resource import [GH-9248]

BUG FIXES:

* resource/aws_backup_selection: Retry creation for IAM eventual consistency error [GH-9298]
* resource/aws_db_event_subscription: Prevent `Unable to find RDS Event Subscription` error during deletion and refresh [GH-9274]
* resource/aws_iam_policy_attachment: Bypass `NoSuchEntity` error when detaching groups, roles, and users (support group, role (when `force_detach_policies` is enabled), and user renames (when `force_destroy` is enabled)) [GH-9278]
* resource/aws_s3_bucket: Properly handle the creation of tags defined in `lifecycle_rule` when no prefix argument is specified [GH-7162]
* resource/aws_ssm_document: Ensure `content` attribute is always refreshed [GH-9313]
* resource/aws_transfer_user: Final retry after timeout waiting for deletion of transfer user [GH-9241]
* service/organizations: Automatically retry API calls on `ConcurrentModificationException` error [GH-9195]

Expand Down

0 comments on commit b93a339

Please sign in to comment.