Skip to content

Commit 95b1fe0

Browse files
SweetOpsconst-bon
authored andcommitted
Upgrade terraform-null-ansible to 0.3.9 (#13)
1 parent f41e429 commit 95b1fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ resource "aws_eip" "default" {
125125

126126
# Apply the provisioner module for this resource
127127
module "ansible" {
128-
source = "git::https://github.com/cloudposse/terraform-null-ansible.git?ref=tags/0.3.8"
128+
source = "git::https://github.com/cloudposse/terraform-null-ansible.git?ref=tags/0.3.9"
129129
arguments = "${var.ansible_arguments}"
130130
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)}")))}"
131131
playbook = "${var.ansible_playbook}"

0 commit comments

Comments
 (0)