Created
October 28, 2016 02:14
-
-
Save timani/a8fe4e9763921022fbe854c01e8a680f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tmunyaradzi:GSS tmunyaradzi$ mv ~/Downloads/terraform /usr/local/bin/ | |
tmunyaradzi:GSS tmunyaradzi$ terraform | |
usage: terraform [--version] [--help] <command> [args] | |
The available commands for execution are listed below. | |
The most common, useful commands are shown first, followed by | |
less common or more advanced commands. If you're just getting | |
started with Terraform, stick with the common commands. For the | |
other commands, please read the help and docs before usage. | |
Common commands: | |
apply Builds or changes infrastructure | |
destroy Destroy Terraform-managed infrastructure | |
fmt Rewrites config files to canonical format | |
get Download and install modules for the configuration | |
graph Create a visual graph of Terraform resources | |
import Import existing infrastructure into Terraform | |
init Initializes Terraform configuration from a module | |
output Read an output from a state file | |
plan Generate and show an execution plan | |
push Upload this Terraform module to Atlas to run | |
refresh Update local state file against real resources | |
remote Configure remote state storage | |
show Inspect Terraform state or plan | |
taint Manually mark a resource for recreation | |
untaint Manually unmark a resource as tainted | |
validate Validates the Terraform files | |
version Prints the Terraform version | |
All other commands: | |
state Advanced state management |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment