-
-
Notifications
You must be signed in to change notification settings - Fork 223
Add user_data_replace_on_change #188
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
Conversation
This is extremely useful for immutable infrastructure |
@nitrocode @aknysh Could you review? |
Thanks @bwmetcalf would you mind generating the readme again? If it outputs >= 0.13 again for min tf version, please delete any lock files you have and try again. |
I think this is good now. Thanks! |
I checked https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance#user_data_replace_on_change and it defaults to false just like in this pr |
Anything else needed here to get this merged and a new release generated? |
@nitrocode @joe-niland @aknysh Anything else needed to get this merged and a new release generated? Thank you. |
/terratest |
Thanks for your contribution @bwmetcalf |
what
Support
user_data_replace_on_change
:Bumps minimum aws provider version to support this parameter.
why
Force a rebuild if user data has changed.