We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tf_ansible
1 parent acc9456 commit 4f5aaa5Copy full SHA for 4f5aaa5
main.tf
@@ -113,7 +113,7 @@ resource "aws_eip" "default" {
113
114
# Apply the provisioner module for this resource
115
module "ansible" {
116
- source = "git::https://github.com/cloudposse/tf_ansible.git?ref=tags/0.3.6"
+ source = "git::https://github.com/cloudposse/tf_ansible.git?ref=tags/0.3.7"
117
arguments = "${var.ansible_arguments}"
118
envs = "${compact(concat(var.ansible_envs, list("host=${var.associate_public_ip_address ? join("", aws_eip.default.*.public_ip) : aws_instance.default.private_ip }")))}"
119
playbook = "${var.ansible_playbook}"
0 commit comments