terraform get --help



  • Check for updates to the options: https://www.terraform.io/docs/commands/index.html

    Usage: terraform get [options] PATH
    
      Downloads and installs modules needed for the configuration given by
      PATH.
    
      This recursively downloads all modules needed, such as modules
      imported by modules imported by the root and so on. If a module is
      already downloaded, it will not be redownloaded or checked for updates
      unless the -update flag is specified.
    
    Options:
    
      -update=false       If true, modules already downloaded will be checked
                          for updates and updated if necessary.
    
      -no-color           If specified, output won't contain any color.
    

Log in to reply
 

© Lightnetics 2024