update CHANGELOG
This commit is contained in:
parent
461f6557c7
commit
823a9fa878
|
@ -47,10 +47,12 @@ IMPROVEMENTS:
|
||||||
|
|
||||||
BUG FIXES:
|
BUG FIXES:
|
||||||
|
|
||||||
|
* core: lifecycle `prevent_destroy` can be any value that can be
|
||||||
|
coerced into a bool [GH-2268]
|
||||||
* command/apply: prevent output duplication when reporting errors [GH-2267]
|
* command/apply: prevent output duplication when reporting errors [GH-2267]
|
||||||
* provider/aws: fix panic when route has no cidr_block [GH-2215]
|
* provider/aws: fix panic when route has no cidr_block [GH-2215]
|
||||||
* provider/aws: fix issue preventing destruction of IAM Roles [GH-2177]
|
* provider/aws: fix issue preventing destruction of IAM Roles [GH-2177]
|
||||||
* provider/aws: fix issue where Security Group Rules could collide and fail
|
* provider/aws: fix issue where Security Group Rules could collide and fail
|
||||||
to save to the state file correctly [GH-2376]
|
to save to the state file correctly [GH-2376]
|
||||||
* provider/aws: fix issue preventing destruction self referencing Securtity
|
* provider/aws: fix issue preventing destruction self referencing Securtity
|
||||||
Group Rules [GH-2305]
|
Group Rules [GH-2305]
|
||||||
|
|
Loading…
Reference in New Issue