GSA / jenkins-deploy

deploy Jenkins to AWS with Terraform and Ansible
Other
20 stars 14 forks source link

Add instance ID to the output to support adding EIP #50

Closed Vermyndax closed 6 years ago

Vermyndax commented 6 years ago

EIP terraform resource requires the instance ID, so just adding this to the list of outputs coming out of the aws_instance module. Not exactly tested yet, but seems like a small, safe change...