TerraformConfigProperties

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
authentication object
providers object
View JSON Schema on GitHub

JSON Schema

application-research-terraformconfigproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TerraformConfigProperties",
  "title": "TerraformConfigProperties",
  "type": "object",
  "properties": {
    "authentication": {
      "$ref": "#/components/schemas/AuthConfig"
    },
    "providers": {
      "type": "object",
      "additionalProperties": {
        "type": "array",
        "items": {
          "$ref": "#/components/schemas/ProviderConfigProperties"
        }
      }
    }
  }
}