We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During Group creation everything is OK, but update sets allowed repositories to None.
Independent of terraform version. Tested with 4.17.0 provider
resource "github_actions_runner_group" "project" { name = var.group_name visibility = "selected" selected_repository_ids = values(data.github_repository.this)[*].repo_id }
When updating the list of selected repositories terraform updates list of these repos on the GitHub side.
The selected repositories list is set to empty after update.
The text was updated successfully, but these errors were encountered:
The problem might be caused by missing update functionality for selected_repos field
Sorry, something went wrong.
Harden resource github_actions_runner_group
c06a498
Resolves integrations#969 integrations#967
Harden resource github_actions_runner_group (#970)
3a19681
Resolves #969 #967
Any chance this was fixed by 3a19681?
@jcudit yeah should be fixed
Harden resource github_actions_runner_group (integrations#970)
4f90a0b
No branches or pull requests
During Group creation everything is OK, but update sets allowed repositories to None.
Terraform Version
Independent of terraform version.
Tested with 4.17.0 provider
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
When updating the list of selected repositories terraform updates list of these repos on the GitHub side.
Actual Behavior
The selected repositories list is set to empty after update.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: