Skip to main content

tnctl approve

tnctl approve

Approves either a configuration or cloudresource

Synopsis

Used to approve a terraform configuration and permit the configuration to move into the apply stage. This command effectively changes the terraform.appvia.io/apply annotation from 'false' to 'true'.

Approve one or more configurations $ tnctl approve configuration NAME

Approve one or more cloudresource $ tnctl approve cloudresource NAME

Options

  -h, --help   help for approve

Options inherited from parent commands

      --config string   Path to the configuration file (default "HOME/.tnctl.yaml")
--verbose Enable verbose logging

SEE ALSO