mysql
Represents a mysql 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": "mysql",
"rds_engine": "mysql",
"rds_engine_version": "8.0",
"rds_instance_class": "db.t3.micro"
}
---
TODO: document other aspects of this block
Last modified 20d ago