This repository was archived by the owner on Jun 11, 2025. It is now read-only.
Management of existing Spacelift resources #50
eliecharra
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Today we cannot manage a resource that already exists in Spacelift through the operator.
If you try to create a
Contextwith the same name as a context that already exists, the operator will complain because of a name collision.We could introduce a way to create resources by both
idandname.If
idis set this means that you want to manage a resource that already exists, and thus allow us to manage an existing Spacelift resource with the operator.This could mimic the OpenTofu import behavior.
All reactions