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

Docs: Running on Azure does not replace VM #1299

Closed
TimoKramer opened this issue Dec 18, 2023 · 2 comments
Closed

Docs: Running on Azure does not replace VM #1299

TimoKramer opened this issue Dec 18, 2023 · 2 comments

Comments

@TimoKramer
Copy link

Hi,
I am running your example from your docs enhanced with some more networking etc. When I am changing the yaml-template it does not recreate the VM. So essentially changes are not applied since Flatcar does not apply changes without recreating the instance. I am not very familiar with Terraform but I need a way to force recreation on change and the docs should be having that as well.

@TimoKramer
Copy link
Author

My bad, used user_data instead of custom_data

@pothos
Copy link
Member

pothos commented Dec 19, 2023

The providers all behave differently… ideally one could say with a property whether it should update in place or reprovision.
For reprovisioning you can model this in terraform with triggers = { and maybe also depends_on = [.

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

No branches or pull requests

2 participants