This repo is for spinning up and configuring a small postgres server on DigitalOcean using Terraform and Ansible.
The following are needed in ./terraform.tfvars
:
do_token = "token-here"
pvt_key = "~/.ssh/your-private-key"
Spin up and configure digital ocean postgres droplet using Terraform and Ansible
HCL