postgres
Represents a postgres database.
Platforms supported:
- AWS
- GCP (coming soon)
- Azure (coming soon)
The default implementation on AWS will have a security-hardened RDS instance that is only accessible from other container blocks.
{
"target": "diggerhq/[email protected]",
"resource_type": "database",
"connection_schema": "postgres",
"rds_engine": "postgres",
"rds_engine_version": "14.4",
"rds_instance_class": "db.t3.micro"
}
---
TODO: document other aspects of this block
Last modified 20d ago