From 019b82668c31218e13e1915ae33c927155714c49 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 17 Jun 2020 16:50:30 -0400 Subject: [PATCH] Update CHANGELOG for #13648 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 080d76ee94fd..ffaef0117181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,10 +22,11 @@ ENHANCEMENTS: * resource/aws_ecs_capacity_provider: Implement API deletion support [GH-13740] * resource/aws_efs_mount_target: Add `availability_zone_name`, `availability_zone_id`, `mount_target_dns_name`, and `owner_id` attributes [GH-13650] * resource/aws_efs_mount_target: Add plan time validation for `ip_address` argument [GH-13650] -* resource/aws_flow_log: Add arn attribute [GH-13656] +* resource/aws_flow_log: Add `arn` attribute [GH-13656] * resource/aws_guardduty_detector: Add `tags` argument and `arn` attribute [GH-13756] * resource/aws_guardduty_ipset: Add `tags` argument and `arn` attribute [GH-13756] * resource/aws_guardduty_threatintelset: Add `tags` argument and `arn` attribute [GH-13756] +* resource/aws_key_pair: Add `arn` attribute [GH-13648] * resource/aws_service_discovery_http_namespace: Add `tags` argument [GH-13750] * resource/aws_service_discovery_private_dns_namespace: Add `tags` argument [GH-13750] * resource/aws_service_discovery_public_dns_namespace: Add `tags` argument [GH-13750]