quintilesims / layer0

Build, Manage, and Deploy Your Applications
Apache License 2.0
44 stars 20 forks source link

Remove unused outputs from VPC module #494

Closed zpatrick closed 6 years ago

zpatrick commented 6 years ago

What does this pull request do? The newer versions of Terraform cannot use the element() function on empty lists. This causes Terraform to error out when interpolating some of the outputs in the vpc module of Layer0 Setup. I've removed the problematic outputs since they aren't being used anywhere.

How should this be tested? Create a new Layer0 instance into an existing VPC.

closes #493