GH CI organization profile and management.
Organization managed using GitHub - Xebis: GitHub Organization as Code with configuration org.yaml with these alterations for local use:
- Clone GitHub - Xebis: GitHub Organization as Code on the same level as this repo
github-organization-as-code/terraform/config.tf:- Backend S3 configuration:
bucket = "<your bucket>"
- Backend S3 configuration:
TF_VAR_path="../../.github/org.yaml"- Terraform command:
terraform -chdir=../github-organization-as-code/terraform init/plan/apply/...