package
Version:
v1.70.7
Opens a new window with list of versions in this module.
Published: Jun 20, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Resource struct {
Type string `json:"type"`
Name string `json:"name"`
Provider string `json:"provider"`
}
type State struct {
TerraformVersion string `json:"terraform_version"`
Resources []Resource `json:"resources"`
}
type StateClusterResult struct {
TerraformVersion string
ClusterState bool
SecretName string
}
type StateNodeResult struct {
IsBackup bool
TerraformVersion string
SecretName string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.