Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 04:18
· 26 commits to main since this release
a8a3214
Add user_data_replace_on_change @bwmetcalf (#188)

what

Support user_data_replace_on_change:

[user_data_replace_on_change](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance#user_data_replace_on_change) - (Optional) When used in combination with user_data or user_data_base64 will trigger a destroy and recreate when set to true. Defaults to false if not set.

Bumps minimum aws provider version to support this parameter.

why

Force a rebuild if user data has changed.