xuwang / aws-terraform

Code examples to create CoreOS cluster on AWS with Terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

should use relative path to reference build variables

xueshanf opened this issue · comments

Currently under each build/<resource> directory, absolute symlinks are used to reference Terraform output variables from other resources. I think relative links should be used instead to avoid broken links if the build directory is pushed to a central repository and later is checked out by other team members.

This is fixed by commit 46eda97.