hashicorp / terraform-provider-vault

Terraform Vault provider
https://www.terraform.io/docs/providers/vault/
Mozilla Public License 2.0
451 stars 535 forks source link

Use single runner label for custom-linux-large runner #2241

Closed dlaguerta closed 1 month ago

dlaguerta commented 1 month ago

Description

đź‘‹ Greetings!

To align with Github’s removal of custom labels on larger runners, this PR is removing extra custom labels defined in your Github Actions. Moving forward, only one label (the github runner name) will be needed to ensure the appropriate larger runner is used for your GHA job.

Please review for accuracy and merge before May 27, 2024. Thank you!

Checklist

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Community Note