Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive pipeline on destroy #195

Closed
christophermaier opened this issue Apr 26, 2022 · 2 comments
Closed

Archive pipeline on destroy #195

christophermaier opened this issue Apr 26, 2022 · 2 comments

Comments

@christophermaier
Copy link

The Github Terraform provider has an archive_on_destroy argument for its github_repository resource, which allows you to optionally archive a Github repository when you remove the resource from your Terraform program, rather than completely deleting it.

Since Buildkite pipelines can also be archived, it would be convenient to add similar functionality to the Buildkite Terraform provider. This would be very useful for those that have auditing needs that require pipeline history, artifacts, etc. to be retained.

@jradtilbrook
Copy link
Member

Ohh this is a really good idea @christophermaier! It probably ties into #177 as well but might need some changes. I'll have a further think/look into this

@mcncl
Copy link
Contributor

mcncl commented Jun 28, 2023

Closing this issue as completed, support for this is addressed in #296

@mcncl mcncl closed this as completed Jun 28, 2023
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

No branches or pull requests

3 participants