Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh committed Dec 10, 2024
1 parent a88ef6f commit 1943669
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 20 deletions.
13 changes: 9 additions & 4 deletions examples/demo-context/schemas/atmos-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,23 +321,28 @@
]
},
"enabled": {
"type": "boolean"
"type": "boolean",
"description": "Flag to enable or disable the component"
},
"component": {
"type": "string"
"type": "string",
"description": "Terraform/OpenTofu/Helmfile component"
},
"inherits": {
"type": "array",
"description": "A list of Atmos components that the current component inherits from",
"uniqueItems": true,
"items": {
"type": "string"
}
},
"terraform_workspace": {
"type": "string"
"type": "string",
"description": "Terraform workspace"
},
"terraform_workspace_pattern": {
"type": "string"
"type": "string",
"description": "Terraform workspace pattern"
},
"custom": {
"type": "object",
Expand Down
13 changes: 9 additions & 4 deletions examples/demo-helmfile/schemas/atmos-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,23 +321,28 @@
]
},
"enabled": {
"type": "boolean"
"type": "boolean",
"description": "Flag to enable or disable the component"
},
"component": {
"type": "string"
"type": "string",
"description": "Terraform/OpenTofu/Helmfile component"
},
"inherits": {
"type": "array",
"description": "A list of Atmos components that the current component inherits from",
"uniqueItems": true,
"items": {
"type": "string"
}
},
"terraform_workspace": {
"type": "string"
"type": "string",
"description": "Terraform workspace"
},
"terraform_workspace_pattern": {
"type": "string"
"type": "string",
"description": "Terraform workspace pattern"
},
"custom": {
"type": "object",
Expand Down
13 changes: 9 additions & 4 deletions examples/demo-localstack/schemas/atmos-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,23 +321,28 @@
]
},
"enabled": {
"type": "boolean"
"type": "boolean",
"description": "Flag to enable or disable the component"
},
"component": {
"type": "string"
"type": "string",
"description": "Terraform/OpenTofu/Helmfile component"
},
"inherits": {
"type": "array",
"description": "A list of Atmos components that the current component inherits from",
"uniqueItems": true,
"items": {
"type": "string"
}
},
"terraform_workspace": {
"type": "string"
"type": "string",
"description": "Terraform workspace"
},
"terraform_workspace_pattern": {
"type": "string"
"type": "string",
"description": "Terraform workspace pattern"
},
"custom": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,23 +321,28 @@
]
},
"enabled": {
"type": "boolean"
"type": "boolean",
"description": "Flag to enable or disable the component"
},
"component": {
"type": "string"
"type": "string",
"description": "Terraform/OpenTofu/Helmfile component"
},
"inherits": {
"type": "array",
"description": "A list of Atmos components that the current component inherits from",
"uniqueItems": true,
"items": {
"type": "string"
}
},
"terraform_workspace": {
"type": "string"
"type": "string",
"description": "Terraform workspace"
},
"terraform_workspace_pattern": {
"type": "string"
"type": "string",
"description": "Terraform workspace pattern"
},
"custom": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,23 +321,28 @@
]
},
"enabled": {
"type": "boolean"
"type": "boolean",
"description": "Flag to enable or disable the component"
},
"component": {
"type": "string"
"type": "string",
"description": "Terraform/OpenTofu/Helmfile component"
},
"inherits": {
"type": "array",
"description": "A list of Atmos components that the current component inherits from",
"uniqueItems": true,
"items": {
"type": "string"
}
},
"terraform_workspace": {
"type": "string"
"type": "string",
"description": "Terraform workspace"
},
"terraform_workspace_pattern": {
"type": "string"
"type": "string",
"description": "Terraform workspace pattern"
},
"custom": {
"type": "object",
Expand Down

0 comments on commit 1943669

Please sign in to comment.