Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# module.custom-runner-group.github_actions_runner_group.main will be updated in-place
~ resource "github_actions_runner_group" "main" {
id = "42"
name = "custom-runner-group"
~ selected_workflows = [
# (4 unchanged elements hidden)
"acme/anvil/.github/workflows/reusable-deploy-applications.yml@refs/heads/main",
- "acme/anvil/.github/workflows/reusable-deploy-client.yml@refs/heads/main",
"acme/anvil/.github/workflows/reusable-deploy-functions.yml@refs/heads/main",
+ "acme/anvil/.github/workflows/reusable-deploy-client.yml@refs/heads/main",
"acme/anvil/.github/workflows/reusable-deploy.yml@refs/heads/main",
]
# (9 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Expected Behavior
Actual Behavior
The
selected_workflowsingithub_actions_runner_groupshould not change if the items in the list are the same.Terraform Version
Terraform v1.14.3
on darwin_arm64
GitHub Installation Type
Affected Resource(s)
github_actions_runner_groupTerraform Configuration Files
Steps to Reproduce
No response
Debug Output
Code of Conduct