Terraform Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
=Initialization=
=Initialization=


The initialization operation initializes various local settings that will be used by subsequent commands. The command also downloads [[Terraform Concepts#Provider|provider]] binaries.
The initialization operation initializes various local settings that will be used by subsequent commands. The command also downloads [[Terraform Concepts#Provider|provider]] binaries. The command needs to be re-run if new modules are set or changed, or backend configuration changes.  


  terraform init
  terraform init

Revision as of 20:47, 13 November 2019

Internal

Version

terraform version

Help

terraform --help
terraform <command> --help

Initialization

The initialization operation initializes various local settings that will be used by subsequent commands. The command also downloads provider binaries. The command needs to be re-run if new modules are set or changed, or backend configuration changes.

terraform init