|
il y a 1 an | |
---|---|---|
.gitignore | il y a 1 an | |
README.md | il y a 1 an | |
default.tfvars | il y a 1 an | |
main.tf | il y a 1 an | |
outputs.tf | il y a 1 an | |
variables.tf | il y a 1 an |
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