|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
README.md | 2 years ago | |
default.tfvars | 2 years ago | |
main.tf | 2 years ago | |
outputs.tf | 2 years ago | |
variables.tf | 2 years ago |
This is a proof of concept for deploying a kubernetes cluster on DigitalOcean that can be used as my personal compute platform.
export DIGITALOCEAN_TOKEN="$(yq -r '."access-token"' ~/.config/doctl/config.yaml)"
terraform init
terraform plan --var-file=default.tfvars --out out.plan
terraform apply out.plan
Note: Currently no remote state is used for this project