You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compute: Implement graceful switch for metadata_startup_script
This patch checks whether a graceful switch (without ForceNew)
is available between `metadata_startup_script` and `metadata.startup-script`.
Graceful switch can be executed in two situations:
1. When `metadata_startup_script` is created with the old
value of `metadata.startup-script`.
2. When `metadata_startup_script` is deleted and the old value remains
in `metadata.startup-script`
For all other changes in `metadata_startup_script`, function sets ForceNew.
Closes: hashicorp/terraform-provider-google#9459
Signed-off-by: Norbert Kamiński <[email protected]>
0 commit comments