makeporngreatagain.pro
yeahporn.top
hd xxx

How to install Terraform on Amazon Linux AMI EC2

11,117
  1. Download Terraform:
    curl -O https://releases.hashicorp.com/terraform/0.12.13/terraform_0.12.13_linux_amd64.zip
  2. Check where to unzip package
  3. Find out executable path
    [root@localhost]# echo $PATH
    /sbin:/bin:/usr/sbin:/usr/bin
    unzip terraform_0.11.1_linux_amd64.zip -d /usr/bin/
  4. Verify Installation
    [root@localhost]# terraform -v
    Terraform v0.11.1
  5. Getting help:
    The Terraform CLI has a built-help function. If at any point during this guide you are unsure of how to proceed, consider using the -help flag with any command. For example:

    $ terraform -help
    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 are 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
    console Interactive console for Terraform interpolations
    destroy Destroy Terraform-managed infrastructure
    env Workspace management
    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 Initialize a Terraform working directory
    output Read an output from a state file
    plan Generate and show an execution plan
    providers Prints a tree of the providers used in the configuration
    refresh Update local state file against real resources
    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
    workspace Workspace management
    
    All other commands:
    0.12upgrade Rewrites pre-0.12 module source code for v0.12
    debug Debug output management (experimental)
    force-unlock Manually unlock the terraform state
    push Obsolete command for Terraform Enterprise legacy (v1)
    state Advanced state management

    Any of these commands can be added to the –help flag to get more informatin. For example:

    $ terraform --help plan
    
    Usage: terraform plan [options] [DIR]
    
    Generates an execution plan for Terraform.
    
    This execution plan can be reviewed prior to running apply to get a
    sense for what Terraform will do. Optionally, the plan can be saved to
    a Terraform plan file, and apply can take this plan file to execute
    this plan exactly.
    
    Options:
    
    -destroy If set, a plan will be generated to destroy all resources
    managed by the given configuration and state.
    
    -detailed-exitcode Return detailed exit codes when the command exits. This
    will change the meaning of exit codes to:
    0 - Succeeded, diff is empty (no changes)
    1 - Errored
    2 - Succeeded, there is a diff
    
    -input=true Ask for input for variables if not directly set.
    
    -lock=true Lock the state file when locking is supported.
    
    -lock-timeout=0s Duration to retry a state lock.
    
    -no-color If specified, output will not contain any color.
    
    -out=path Write a plan file to the given path. This can be used as
    input to the "apply" command.
    
    -parallelism=n Limit the number of concurrent operations. Defaults to 10.
    
    -refresh=true Update state prior to checking for differences.
    
    -state=statefile Path to a Terraform state file to use to look
    up Terraform-managed resources. By default it will
    use the state "terraform.tfstate" if it exists.
    
    -target=resource Resource to target. Operation will be limited to this
    resource and its dependencies. This flag can be used
    multiple times.
    
    -var "foo=bar" Set a variable in the Terraform configuration. This
    flag can be set multiple times.
    
    -var-file=foo Set variables in the Terraform configuration from
    a file. If "terraform.tfvars" or any ".auto.tfvars"
    files are present, they will be automatically loaded.
Leave A Reply

Your email address will not be published.

baseofporn.com https://www.opoptube.com
Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.