https://github.com/hashicorp/terraform/blob/v0.13.0/CHANGELOG.md https://www.terraform.io/upgrade-guides/0-13.html
PR here: https://github.com/gentoo/gentoo/pull/17179 Build tested on ~amd64.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8366a69e92a2da8a1dbf479ee161a3cb5cf8322 commit b8366a69e92a2da8a1dbf479ee161a3cb5cf8322 Author: Tomáš Mózes <hydrapolic@gmail.com> AuthorDate: 2020-08-20 06:55:02 +0000 Commit: Mikle Kolyada <zlogene@gentoo.org> CommitDate: 2020-08-20 07:33:20 +0000 app-admin/terraform: bump to 0.13.0 Closes: https://bugs.gentoo.org/738144 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17179 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> app-admin/terraform/Manifest | 197 ++++++++ app-admin/terraform/terraform-0.13.0.ebuild | 759 ++++++++++++++++++++++++++++ 2 files changed, 956 insertions(+)
Converted my projects to 0.13.0, seems like it works fine. The count parameter for modules is a very cool new feature.