54 lines
1.0 KiB
JSON
54 lines
1.0 KiB
JSON
{
|
|
"extraResources": {
|
|
"environment": "spike",
|
|
"database": {
|
|
"instanceName": "foo-service",
|
|
"user": "foo_service_user",
|
|
"password": "foo_service_password",
|
|
"sizeInGb": 7,
|
|
"dbNames": ["foo_service"]
|
|
},
|
|
"aws_access": {
|
|
"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"]
|
|
}
|
|
]
|
|
},
|
|
"s3_buckets": [
|
|
{
|
|
"anonymizedBucketName": "navi-bucket-test-1",
|
|
"bucketTag": "customer-uploads",
|
|
"lifecycleRules": [
|
|
{
|
|
"enabled": true,
|
|
"expiration": {
|
|
"days": 1
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"anonymizedBucketName": "navi-bucket-test-2",
|
|
"bucketTag": "document-uploads",
|
|
"lifecycleRules": []
|
|
}
|
|
]
|
|
},
|
|
"team": {
|
|
"name": "Infra"
|
|
},
|
|
"deployment": {
|
|
"name": "foo"
|
|
}
|
|
}
|