Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Releases: RJPearson94/terraform-twilio-autopilot

v2.0.1

12 Apr 19:33
Compare
Choose a tag to compare

2.0.1 (2021-04-12)

Bug Fixes

  • replace the deprecated list function with tolist (ce6eb9e)

v2.0.0

08 Mar 00:54
Compare
Choose a tag to compare

2.0.0 (2021-03-08)

  • feat!: add lifecycle meta-argument create before destroy to model build (36e7137)

BREAKING CHANGES

  • This change requires terraform v0.14 or above due to improvements in changes in how terraform walks the dependency graph. In terraform 0.13 and below create_before_destroy caused a cycle to occur under certain scenarios and this does not appear to happen in 0.14

v1.1.0

12 Dec 02:16
Compare
Choose a tag to compare

1.1.0 (2020-12-12)

Features

  • remove <0.14 restriction (adf0249)

v1.0.2

27 Sep 15:37
Compare
Choose a tag to compare

1.0.2 (2020-09-27)

v1.0.1

27 Sep 15:05
Compare
Choose a tag to compare

1.0.1 (2020-09-27)

Bug Fixes

  • typo to force new release of module docs (84d2255)

v1.0.0

13 Sep 16:41
Compare
Choose a tag to compare

1.0.0 (2020-09-13)

Features