terraform/CHANGELOG.md

13 lines
542 B
Markdown
Raw Normal View History

2020-02-12 20:57:24 +01:00
## 0.13.0 (Unreleased)
BREAKING CHANGES:
* command/import: remove the deprecated -provider command line argument [GH-24090]
#22862 fixed a bug where the `import` command was not properly attaching the configured provider for a resource to be imported, making the `-provider` command line argument unnecessary.
2020-02-04 18:10:14 +01:00
---
For information on prior major releases, see their changelogs:
2018-10-26 15:05:44 +02:00
* [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)