Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 348 Bytes

File metadata and controls

15 lines (11 loc) · 348 Bytes

nextest-rs tf configs

OpenTofu configuration that codifies GitHub settings for the nextest-rs organization.

Running locally

export GITHUB_TOKEN="$(gh auth token)"
export AWS_ACCESS_KEY_ID='<r2-access-key-id>'
export AWS_SECRET_ACCESS_KEY='<r2-secret-access-key>'

tofu init
tofu plan
tofu apply