Skip to content

Ignore source image updates#4

Merged
kolja71 merged 1 commit into
fix_scale_out_v3.14.1from
patch/ignore_source_image_updates
Feb 16, 2026
Merged

Ignore source image updates#4
kolja71 merged 1 commit into
fix_scale_out_v3.14.1from
patch/ignore_source_image_updates

Conversation

@kolja71
Copy link
Copy Markdown
Collaborator

@kolja71 kolja71 commented Feb 11, 2026

This lifecycle block tells Terraform to ignore changes to the listed attributes on the VM resource, so plan/apply will not try to update or replace the VM if those attributes differ from state.

  • "tags": prevents Terraform from changing (or forcing updates for) tag diffs on the VM.
  • "source_image_id": prevent Terraform from attempting to update or recreate the VM when the image id changes (covers a custom image id).

Consequence: external/manual changes to tags or to the VM image will be skipped by Terraform (changes must be managed outside Terraform or by removing the ignore).

@kolja71 kolja71 force-pushed the patch/ignore_source_image_updates branch from 37293a2 to cbb523b Compare February 11, 2026 15:27
@kolja71 kolja71 force-pushed the patch/ignore_source_image_updates branch from cbb523b to 5676fcb Compare February 16, 2026 14:40
@kolja71 kolja71 requested a review from Rickmarges February 16, 2026 14:46
@kolja71 kolja71 merged commit a987f62 into fix_scale_out_v3.14.1 Feb 16, 2026
2 of 5 checks passed
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

Successfully merging this pull request may close these issues.

3 participants