terraform-null-ansible

Terraform Module to run ansible playbooks

APACHE-2.0 License

Stars
159
Committers
13

Bot releases are hidden (Show)

terraform-null-ansible - Latest Release

Published by jamengual over 3 years ago

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.

terraform-null-ansible - 0.5.0 Change the block syntax to the argument syntax (with =) to work with Terraform 0.12

Published by aknysh over 5 years ago

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.

terraform-null-ansible - Regenerate README.md

Published by vadim-hleif about 6 years ago

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos
terraform-null-ansible - Migrate to README.yaml format

Published by vadim-hleif over 6 years ago

what

  • Add README.yaml

why

  • Standardize README

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
terraform-null-ansible - Rename Repo

Published by osterman about 7 years ago

what

  • Rename repo

why

terraform-null-ansible -

Published by goruha about 7 years ago