We recently discovered that user_data is immutable for a given Droplet and changing its value forces a resource re-creation.
It is a different behavior than other Terraform providers (Azure does not care, AWS triggers instance reboot, etc.) so it is worth documenting it.
This PR updates the user_data description by adding the link to official DigitalOcean documentation and specifying that changing this attribute forces a new resource.
We recently discovered that
user_data
is immutable for a given Droplet and changing its value forces a resource re-creation.It is a different behavior than other Terraform providers (Azure does not care, AWS triggers instance reboot, etc.) so it is worth documenting it.
This PR updates the
user_data
description by adding the link to official DigitalOcean documentation and specifying that changing this attribute forces a new resource.