Skip to content

0.6.0: Terraform 0.12+ syntax update (#25)

Latest
Compare
Choose a tag to compare
@jamengual jamengual released this 05 May 18:37
d86e9ea

This change makes the module more compatible with Terraform 0.12+ and makes it fully compatible with Terraform 0.15.

More specifically, it gets rid of the Invalid quoted type constraints deprecation errors.

Unfortunately, this syntax change makes the module incompatible with Terraform 0.11 and below. The minimum version is reflected in the versions.tf file along with required module version pinning.