Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PreTerraformApply ¶ added in v1.111.0
type PreTerraformApply struct { // LiveState holds the live state of the resource as it exists before applying. LiveState *terraform.InstanceState // TerraformConfig is the config we are about to apply. TerraformConfig *terraform.ResourceConfig // KRMResource holds the desired state of the resource KRMResource *krmtotf.Resource }
type TerraformExport ¶
type TerraformExport struct { // TerraformState holds the state of the resource we will export. TerraformState *terraform.InstanceState // TerraformInfo holds the meta-info of the resource we will export. TerraformInfo *terraform.InstanceInfo }
Click to show internal directories.
Click to hide internal directories.