Initial Digitribe ONIX setup
Some checks failed
Terraform Deploy to GCP / Terraform Plan Only (push) Has been cancelled

This commit is contained in:
Eric
2026-04-13 23:39:49 -04:00
parent 168f8284dc
commit 118d4c61a4
96 changed files with 6368 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "on_track",
"type": "object",
"allOf": [
{
"$ref": "../../core/v1.1.0/on_track.json#"
},
{
"$ref": "./init.json#/allOf/1"
}
]
}