Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure there is user_data so newer aws providers don't complain #20

Merged
merged 1 commit into from
Apr 20, 2018

Conversation

duboisph
Copy link
Member

Starting from aws provider 1.14, we're getting the following terraform error when specifying empty user_data:

Error: module.api.module.blue.aws_launch_configuration.bluegreen_launchconfig: expected length of user_data to be in the range (1 - 16384), got 

This PR makes sure there's a default value :)

Resources:

@simonrondelez
Copy link
Member

would have been funnier if you added

shutdown -h now

@duboisph duboisph merged commit e359cae into master Apr 20, 2018
@iuriaranda iuriaranda deleted the fix_userdata branch May 3, 2019 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants