Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Releases: cloudposse-archives/terraform-null-ansible

0.6.0: Terraform 0.12+ syntax update (#25)

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.

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

Choose a tag to compare

@aknysh aknysh released this 10 Jun 18:10

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

Choose a tag to compare

@vadim-gleyf vadim-gleyf released this 27 Jul 13:52
221d166

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos

Migrate to README.yaml format

Choose a tag to compare

@vadim-gleyf vadim-gleyf released this 19 Jul 09:00
582fd14

what

  • Add README.yaml

why

  • Standardize README

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

Choose a tag to compare

@const-bon const-bon released this 13 Oct 13:49

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

Choose a tag to compare

@osterman osterman released this 22 Sep 19:10

what

  • Rename repo

why

0.3.0

Choose a tag to compare

@goruha goruha released this 22 Aug 12:14
Do not run ansible if playbook empty (#5)