diff --git a/main.tf b/main.tf index 90bea6a..01810c9 100644 --- a/main.tf +++ b/main.tf @@ -359,7 +359,7 @@ resource "aws_security_group_rule" "provisioner_secgrp_ingress_443" { # Provisioner #------------------------------------------------------------------------------ module "ranchhand" { - source = "github.com/dominodatalab/ranchhand?ref=v1.1.0" + source = "github.com/dominodatalab/ranchhand?ref=plat-8900" node_ips = aws_instance.this.*.private_ip