Question
Ho to create database cluster with trusted sources with CLI or terraform ?
I can not figure out how to create a managed database and set trusted sources with CLI (docli) or better Terraform. From the documentation:
Endpoint: “https://api.digitalocean.com/v2/databases”
Body:
{
"name": "backend",
"engine": "pg",
"version": "10",
"region": "nyc3",
"size": "db-s-2vcpu-4gb",
"num_nodes": 2,
"tags": [
"production"
]
}
There is no argument / attribute for “trusted sources” with value of ip(s), droplet(s), tag(s), etc.
Any hints ?
Thank you.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×