Open seanturner83 opened 5 years ago
E.g. when wing version changes but it's not a "major" release
Ultimately the robust solution is here: https://github.com/terraform-providers/terraform-provider-aws/pull/7863
But for now I've added
ignore_changes = ["user_data"]
to the stateful instance config
E.g. when wing version changes but it's not a "major" release
Ultimately the robust solution is here: https://github.com/terraform-providers/terraform-provider-aws/pull/7863
But for now I've added
ignore_changes = ["user_data"]
to the stateful instance config