Cradicle Explorer
dots
Info
Issues
Patches
Wallets
Source
Source
.github
checks
darwinModules
formatter
home-manager
home
machines
nixosModules
overlays
packages
shells
sops
terraform
aws
cloudflare
github
providers.tf
repo.tf
secrets.tf
terragrunt.hcl
scripts
vultr
.envrc
README.md
flake-module.nix
justfile
providers.tf
root.hcl
secrets.yaml
vars
.ckignore
.envrc
.gitignore
.sops.yaml
flake.lock
flake.nix
inventory.json
/
terraform
/
github
/ providers.tf
providers.tf
1
provider "github" {
2
token = data.sops_file.secrets.data["GITHUB_TOKEN"]
3
}