terraform-demo
terraform-demo copied to clipboard
Migrate user_data to a file
This was initially prevented by a bug in terraform. It has been fixed in recent commits. This can be done after either a new release of terraform after the commit or by compiling terraform from source.
Right now terraform would need to be enhanced to do this. You can follow [https://github.com/hashicorp/terraform/issues/215] to see the progress.
I think as an intermediate step, until that is enhanced is to migrate the user_data to a heredoc as per [https://github.com/hashicorp/hcl/issues/6]