package
0.13.0
Repository: https://github.com/kusionstack/kusion.git
Documentation: pkg.go.dev

# Functions

ConvertTFState convert Terraform State to kusion State.
No description provided by the author
TFError parse Terraform CLI output infos return error with given infos.

# Constants

No description provided by the author
No description provided by the author

# Structs

Change is the representation of a proposed change for an object.
Diagnostic represents relevant fields of a Terraform CLI JSON-formatted log line diagnostic info.
PlanRepresentation is the top-level representation of the json format of a plan.
Pos represents a position in the source code.
DiagnosticRange represents the filename and position of the diagnostic subject.
ResourceAttr contains the address and attribute of an external for the RelevantAttributes in the plan.
ResourceChange is a description of an individual change action that Terraform plans to use to move from the prior state to a new state matching the configuration.
Snippet represents source code information about the diagnostic.
StateRepresentation is the top-level representation of the json format of a terraform StateRepresentation schema from https://github.com/hashicorp/terraform/blob/main/internal/command/jsonstate/state.go https://developer.hashicorp.com/terraform/internals/json-format#state-representation.
TerraformInfo represent fields of a Terraform CLI JSON-formatted log line.
No description provided by the author

# Interfaces

InstanceKey represents the key of an instance within an object that contains multiple instances due to using "count" or "for_each" arguments in configuration.