Skip to content

Commit

Permalink
Upgrade terraform-null-ansible to 0.3.9 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetOps authored and const-bon committed Oct 13, 2017
1 parent f41e429 commit 95b1fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ resource "aws_eip" "default" {

# Apply the provisioner module for this resource
module "ansible" {
source = "git::https://github.com/cloudposse/terraform-null-ansible.git?ref=tags/0.3.8"
source = "git::https://github.com/cloudposse/terraform-null-ansible.git?ref=tags/0.3.9"
arguments = "${var.ansible_arguments}"
envs = "${compact(concat(var.ansible_envs, list("host=${var.associate_public_ip_address ? join("", aws_eip.default.*.public_ip) : join("", aws_instance.default.*.private_ip)}")))}"
playbook = "${var.ansible_playbook}"
Expand Down

0 comments on commit 95b1fe0

Please sign in to comment.