SchemaDescription
public struct SchemaDescription : Decodable
The top-level object returned by terraform providers schema -json
-
Undocumented
Declaration
Swift
public let formatVersion: String -
providerSchemasdescribes the provider schemas for all providers throughout the configuration tree. keys in this map are the provider type, such asrandomDeclaration
Swift
public let providerSchemas: [String : ProviderSchema] -
Undocumented
See moreDeclaration
Swift
public struct ProviderSchema : Decodable