|
vor 1 Jahr | |
---|---|---|
.gitignore | vor 1 Jahr | |
README.md | vor 1 Jahr | |
default.tfvars | vor 1 Jahr | |
main.tf | vor 1 Jahr | |
outputs.tf | vor 1 Jahr | |
variables.tf | vor 1 Jahr |
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