hashicorp / terraform-aws-consul

A Terraform Module for how to run Consul on AWS using Terraform and Packer
Apache License 2.0
399 stars 482 forks source link

use `-raw` when getting values from `terraform output` #232

Closed rileytg closed 3 years ago

rileytg commented 3 years ago

this prevent the extra "..." quotes which messes up the aws ec2 describe-instances call

brikis98 commented 3 years ago

Tests passed! Merging now, thanks!