Blog: Cleaning Up Orphaned GCP Persistent Disks with Neo#18618
Closed
Blog: Cleaning Up Orphaned GCP Persistent Disks with Neo#18618
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Short blog post (~750 words) on clearing orphaned GCP persistent disks with Neo, gated by a CrossGuard policy that blocks any delete without a fresh snapshot label. Workflow uses Read-Only Mode for discovery, Plan Mode to scope the destroy, a two-phase snapshot-then-delete execution, and an approval gate at each phase.
Post content
draft: trueso the post does not render until a maintainer flips it.mark-huber(byline can be reassigned).content/blog/cleaning-up-orphaned-gcp-disks-with-neo/index.md.meta_image/feature_imageyet — addfeature.pngandmeta.pngto the post directory before publish.socialblock yet — editorial can supply Twitter/LinkedIn/Bluesky copy.Items flagged for author verification before publishing
These claims in the post should be confirmed against live product behavior:
validateResourceOfType(gcp.compute.Disk, (disk, args) => ...). Confirm this signature and thedisk.labelsaccess path against the current@pulumi/policyand@pulumi/gcppackages.Resources: - N to deleteplaceholder in the preview snippet — the post deliberately avoids a fabricated count.Why a draft PR
Companion to the import post (#18617). Looking for editorial review on voice, accuracy, and framing before publishing.