Skip to content

Commit 4f5aaa5

Browse files
SweetOpsconst-bon
authored andcommitted
Update tf_ansible to 0.3.7 (#7)
1 parent acc9456 commit 4f5aaa5

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
@@ -113,7 +113,7 @@ resource "aws_eip" "default" {
113113

114114
# Apply the provisioner module for this resource
115115
module "ansible" {
116-
source = "git::https://github.com/cloudposse/tf_ansible.git?ref=tags/0.3.6"
116+
source = "git::https://github.com/cloudposse/tf_ansible.git?ref=tags/0.3.7"
117117
arguments = "${var.ansible_arguments}"
118118
envs = "${compact(concat(var.ansible_envs, list("host=${var.associate_public_ip_address ? join("", aws_eip.default.*.public_ip) : aws_instance.default.private_ip }")))}"
119119
playbook = "${var.ansible_playbook}"

0 commit comments

Comments
 (0)