Update CHANGELOG.md
This commit is contained in:
parent
db627798e6
commit
d21c6c7982
|
@ -101,6 +101,7 @@ IMPROVEMENTS:
|
|||
* provider/aws: Allow `aws_redshift_security_group` ingress rules to change [GH-5939]
|
||||
* provider/aws: Add support for `encryption` and `kms_key_id` to `aws_ami` [GH-7181]
|
||||
* provider/aws: AWS prefix lists to enable security group egress to a VPC Endpoint [GH-7511]
|
||||
* provider/aws: Retry creation of IAM role depending on new IAM user [GH-7324]
|
||||
* provider/azurerm: Add support for EnableIPForwarding to `azurerm_network_interface` [GH-6807]
|
||||
* provider/azurerm: Add support for exporting the `azurerm_storage_account` access keys [GH-6742]
|
||||
* provider/azurerm: The Azure SDK now exposes better error messages [GH-6976]
|
||||
|
@ -154,6 +155,7 @@ BUG FIXES:
|
|||
* provider/aws: Fix issue reattaching a VPN gateway to a VPC [GH-6987]
|
||||
* provider/aws: Fix issue with Root Block Devices and encrypted flag in Launch Configurations [GH-6512]
|
||||
* provider/aws: If more ENIs are attached to `aws_instance`, the one w/ DeviceIndex `0` is always used in context of `aws_instance` (previously unpredictable) [GH-6761]
|
||||
* provider/aws: Handle spurious failures in resourceAwsSecurityGroupRuleRead [GH-7377]
|
||||
* provider/aws: Make 'stage_name' required in api_gateway_deployment [GH-6797]
|
||||
* provider/aws: Mark Lambda function as gone when it's gone [GH-6924]
|
||||
* provider/aws: Trim trailing `.` from `name` in `aws_route53_record` resources to prevent spurious diffs [GH-6592]
|
||||
|
|
Loading…
Reference in New Issue