TerraformRecipeProperties

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications
View JSON Schema on GitHub

JSON Schema

application-research-terraformrecipeproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TerraformRecipeProperties",
  "title": "TerraformRecipeProperties",
  "allOf": [
    {
      "$ref": "#/components/schemas/RecipeProperties"
    },
    {
      "type": "object",
      "properties": {
        "templateKind": {
          "type": "string",
          "enum": [
            "terraform"
          ]
        },
        "templateVersion": {
          "type": "string"
        }
      }
    }
  ]
}