Files
infra-provisioner/sample_infra_manifest.json

36 lines
755 B
JSON

{
"extraResources": {
"environment": "nonprod",
"database": {
"instanceName": "auth-service",
"user": "auth_service_user",
"password": "auth_service_password",
"sizeInGb": 7,
"dbNames": ["auth_service"]
},
"service_role": {
"name": "auth-navi-service-role",
"policies": [
{
"actions": ["s3:GetObject","s3:PutObject"],
"resource": "arn:aws:s3:::navi-e3e2a9bfd88566b05001b02a3f51d286/*"
},
{
"actions": ["s3:GetObject","s3:PutObject"],
"resource": "arn:aws:s3:::arn:aws:s3:::test-bucket-to-be-deleted/*"
},
{
"resource": "*",
"actions":["sns:Publish", "sns:SetSMSAttributes"]
}
]
}
},
"team": {
"name": "LoanOrigination"
},
"deployment": {
"name": "auth"
}
}