Add Quantum LocalStack OpenTofu project

This commit is contained in:
2026-04-20 16:48:32 -03:00
commit 248fd37942
10 changed files with 470 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"event": "quantum.order.created",
"orderId": "QTM-1001",
"customer": {
"id": "CUS-9001",
"name": "Ada Lovelace"
},
"items": [
{
"sku": "QBIT-001",
"quantity": 2
}
]
}