We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077bd1f commit c7da186Copy full SHA for c7da186
CHANGELOG.md
@@ -30,6 +30,8 @@ IMPROVEMENTS:
30
BUG FIXES:
31
32
* core: Improve validation for provider aliases to allow inheritance in moduels. [GH-10807]
33
+ * core: Math operations always prefer floating point if an argument is floating point. [GH-10886]
34
+ * core: Strings are implicitly converted to integers/floats for comparison. [GH-10886]
35
* provider/aws: Fixed crash in `data_source_ami` with empty `owner` value [GH-10763]
36
* provider/aws: Require `master_username` and `master_password` if no snapshot given in Redshift Cluster [GH-9837]
37
* provider/azurerm: fix network_interface.ip_configuration hash for load balancers [GH-10834]
0 commit comments