sourcefuse / sourcefuse/terraform-aws-arc-github-runner
Add always trigger for a new token each run
Nobody has claimed this yet.
- Dominant language
- HCL
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Add always = timestamp() to triggers so we can get a new runner token. If not, the runner will not update due to an expired registration token from a previous run.
https://github.com/sourcefuse/terraform-aws-arc-github-runner/blob/0aa06ff55a09e47325b3ef37338a77d947e46271/main.tf#L237
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open main.tf around line 237 and inspect the trigger configuration used for runner registration. Add the requested trigger value, then run the repository's Terraform validation or plan checks and confirm that each run produces a fresh runner token without unrelated infrastructure changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, github-actions, terraform
- Domain
- ci-cd, cloud, infrastructure
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100