terraform-demo icon indicating copy to clipboard operation
terraform-demo copied to clipboard

Migrate user_data to a file

Open funkymonkeymonk opened this issue 10 years ago • 1 comments

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.

funkymonkeymonk avatar Aug 07 '14 15:08 funkymonkeymonk

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]

funkymonkeymonk avatar Aug 28 '14 17:08 funkymonkeymonk