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

Support repository renaming #174

Open
brettcurtis opened this issue Jan 18, 2025 · 0 comments
Open

Support repository renaming #174

brettcurtis opened this issue Jan 18, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@brettcurtis
Copy link
Contributor

Currently, several actions need to be taken to rename a repository, primarily driven by the decision to use the repository name as the key in the code. An update of the repository name in the prod.tfvars results in the following required state move and a repository name change in the UI.

terraform state mv 'github_repository.this["gke-info-go"]' 'github_repository.this["istio-test"]'

After this, we still have many force destruction changes due to the repository name change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant