Update CHANGELOG.md
This commit is contained in:
parent
077bd1fb67
commit
c7da186372
|
@ -30,6 +30,8 @@ IMPROVEMENTS:
|
|||
BUG FIXES:
|
||||
|
||||
* core: Improve validation for provider aliases to allow inheritance in moduels. [GH-10807]
|
||||
* core: Math operations always prefer floating point if an argument is floating point. [GH-10886]
|
||||
* core: Strings are implicitly converted to integers/floats for comparison. [GH-10886]
|
||||
* provider/aws: Fixed crash in `data_source_ami` with empty `owner` value [GH-10763]
|
||||
* provider/aws: Require `master_username` and `master_password` if no snapshot given in Redshift Cluster [GH-9837]
|
||||
* provider/azurerm: fix network_interface.ip_configuration hash for load balancers [GH-10834]
|
||||
|
|
Loading…
Reference in New Issue