UNPKG

@goldstack/infra

Version:

Utilities for defining infrastructure for npm packages.

30 lines (29 loc) 731 B
{ "$ref": "#/definitions/DeploymentsState", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "DeploymentState": { "properties": { "name": { "type": "string" }, "terraform": { "$ref": "#/definitions/TerraformState" } }, "required": [ "name" ], "type": "object" }, "DeploymentsState": { "items": { "$ref": "#/definitions/DeploymentState" }, "type": "array" }, "TerraformState": { "type": "object" } } }