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