terraform/CHANGELOG.md

18 lines
950 B
Markdown
Raw Normal View History

2021-11-02 22:20:16 +01:00
## 1.2.0 (Unreleased)
2020-09-15 20:21:18 +02:00
2022-01-10 21:24:53 +01:00
ENHANCEMENTS:
* The "Invalid for_each argument" error message for unknown maps/sets now includes an additional paragraph to try to help the user notice they can move apply-time values into the map _values_ instead of the map _keys_, and thus avoid the problem without resorting to `-target`. [GH-30327]
2021-06-03 17:55:33 +02:00
2020-04-28 18:27:10 +02:00
## Previous Releases
2021-06-08 17:57:26 +02:00
For information on prior major and minor releases, see their changelogs:
2018-10-26 15:05:44 +02:00
2021-11-02 22:20:16 +01:00
* [v1.1](https://github.com/hashicorp/terraform/blob/v1.1/CHANGELOG.md)
2021-06-08 17:57:00 +02:00
* [v1.0](https://github.com/hashicorp/terraform/blob/v1.0/CHANGELOG.md)
2021-02-24 19:09:08 +01:00
* [v0.15](https://github.com/hashicorp/terraform/blob/v0.15/CHANGELOG.md)
2020-10-15 17:38:46 +02:00
* [v0.14](https://github.com/hashicorp/terraform/blob/v0.14/CHANGELOG.md)
* [v0.13](https://github.com/hashicorp/terraform/blob/v0.13/CHANGELOG.md)
* [v0.12](https://github.com/hashicorp/terraform/blob/v0.12/CHANGELOG.md)
* [v0.11 and earlier](https://github.com/hashicorp/terraform/blob/v0.11/CHANGELOG.md)