Skip to content

Releases: cloudposse/terraform-null-ansible

0.6.0: Terraform 0.12+ syntax update (#25)

05 May 18:37
d86e9ea
Compare
Choose a tag to compare

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.

0.5.0 Change the block syntax to the argument syntax (with =) to work with Terraform 0.12

10 Jun 18:10
Compare
Choose a tag to compare

what

  • Change the block syntax to the argument syntax (with =) to work with Terraform 0.12

why

  • See here for details. The bit that is most relevant to this pull request is the paragraph that reads:

Due to the design of the configuration language decoder in Terraform v0.11 and earlier, it was in many cases possible to interchange the argument syntax (with =) and the block syntax (with just braces) when dealing with map arguments vs. nested blocks. However, this led to some subtle bugs and limitations, so Terraform v0.12 now requires consistent usage of argument syntax for arguments and nested block syntax for nested blocks.

Regenerate README.md

27 Jul 13:52
221d166
Compare
Choose a tag to compare

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos

Migrate to README.yaml format

19 Jul 09:00
582fd14
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

Fix. Ansible provisioner shows pending changes each time. Make `arguments` and `envs` variables not required

13 Oct 13:49
Compare
Choose a tag to compare

What

  • Ansible provisioner shows pending changes each time
  • Make arguments and envs variables not required #14

Why

  • Module shouldn't rerun playbook if nothing has changed
  • Keep everything DRY

Rename Repo

22 Sep 19:10
Compare
Choose a tag to compare

what

  • Rename repo

why

0.3.0

22 Aug 12:14
Compare
Choose a tag to compare
Do not run ansible if playbook empty (#5)