Documentation ¶
Index ¶
- type BuildInfo
- type MigrateCommand
- func (c MigrateCommand) Help() string
- func (c MigrateCommand) MigrateGenericResource(terraform *tf.Terraform, resources []types.GenericResource)
- func (c MigrateCommand) MigrateGenericUpdateResource(terraform *tf.Terraform, resources []types.GenericUpdateResource)
- func (c MigrateCommand) Run(args []string) int
- func (c MigrateCommand) Synopsis() string
- type PlanCommand
- type VersionCommand
- type VersionOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MigrateCommand ¶
func (MigrateCommand) Help ¶
func (c MigrateCommand) Help() string
func (MigrateCommand) MigrateGenericResource ¶
func (c MigrateCommand) MigrateGenericResource(terraform *tf.Terraform, resources []types.GenericResource)
func (MigrateCommand) MigrateGenericUpdateResource ¶
func (c MigrateCommand) MigrateGenericUpdateResource(terraform *tf.Terraform, resources []types.GenericUpdateResource)
func (MigrateCommand) Run ¶
func (c MigrateCommand) Run(args []string) int
func (MigrateCommand) Synopsis ¶
func (c MigrateCommand) Synopsis() string
type PlanCommand ¶
func (PlanCommand) Help ¶
func (c PlanCommand) Help() string
func (PlanCommand) Plan ¶
func (c PlanCommand) Plan(terraform *tf.Terraform, isPlanOnly bool) ([]types.GenericResource, []types.GenericUpdateResource)
func (PlanCommand) Run ¶
func (c PlanCommand) Run(args []string) int
func (PlanCommand) Synopsis ¶
func (c PlanCommand) Synopsis() string
type VersionCommand ¶
func (*VersionCommand) Help ¶
func (c *VersionCommand) Help() string
func (*VersionCommand) Run ¶
func (c *VersionCommand) Run(args []string) int
func (*VersionCommand) Synopsis ¶
func (c *VersionCommand) Synopsis() string
type VersionOutput ¶
Click to show internal directories.
Click to hide internal directories.