Files
infra-provisioner/sample_infra_manifest.json
2020-01-13 18:49:36 +05:30

13 lines
217 B
JSON

{
"infra": {
"environment": "prod",
"rds": {
"instanceName": "auth-service",
"user": "auth_service_user",
"password": "auth_service_password",
"sizeInGb": 7,
"databases": ["auth_service"]
}
}
}