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

feat: add archive on destroy argument #23

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

DenisIrkhin
Copy link

@DenisIrkhin DenisIrkhin commented Jul 23, 2024

The archive_on_destroy setting is currently null because it is not assigned a value by the module. This is acceptable since archive_on_destroy is an optional parameter for the underlying resource.

For reference, see the Terraform GitHub Provider Documentation.

To avoid accidental repository deletion, it would be beneficial to have an optional input for archive_on_destroy. This was discussed in the Frontend Masters course.

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.

1 participant