terraform_convert_report

package
v0.77.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const CONVERT_JQ_ARG = `` /* 179-byte string literal not displayed */

Variables

View Source
var Cmd = &cobra.Command{
	Use:     "terraform-convert-report [<plan.json>]",
	Short:   "Covert Report from Terraform (plan.json)",
	Aliases: []string{"tcr"},
	Args:    cobra.ExactArgs(1),
	Run: func(c *cobra.Command, args []string) {
		path := args[0]
		exec_utils.ExecOut("jq", CONVERT_JQ_ARG, path)
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL