Bricks Manifest File Format (bricks.json)
Examples
{
"name": "lonely_yellow_beaver",
"description": "Generated using bricks tf-rescue",
"version": "1.0.0",
"state": "managed",
"props": {
"bucket_name": {
"description": "Fallback name for the bucket",
"type": "string"
}
},
"packages": [
{
"name": "aws_sqs_queue",
"version": "1.0.1",
"props": {}
},
{
"name": "aws_simple_s3",
"version": "0.1.1",
"props": {
"bucket_name": "Data.aws_sqs_queue.arn ?? Props.bucket_name"
}
}
]
}Blueprint Vs. Artifact
Reference
Keys
Description
Mandatory
Last updated
Was this helpful?

