State

public struct State : Decodable

The complete top-level object returned by terraform show -json <STATE FILE>.

  • values is a values representation object derived from the values in the state. Because the state is always fully known, this is always complete.

    Declaration

    Swift

    public let values: Values
  • Undocumented

    Declaration

    Swift

    public let terraformVersion: String