ChildModule

public struct ChildModule : Decodable

Undocumented

  • “address” is the absolute module address, which callers must treat as opaque but may do full string comparisons with other module address strings and may pass verbatim to other Terraform commands that are documented as accepting absolute module addresses.

    Declaration

    Swift

    public let address: String
  • Undocumented

    Declaration

    Swift

    public var resources: [Resource]
  • Undocumented

    Declaration

    Swift

    public var childModules: [ChildModule]