Difference between revisions of "Terraform init"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
* https://www.terraform.io/docs/cli/commands/init.html
 
* https://www.terraform.io/docs/cli/commands/init.html
  
During <code>terraform init</code>, the configuration is searched for [[module]] blocks, and the source code for referenced modules is retrieved from the locations given in their <code>[[source]]</code> arguments. It is safe to run <code>[[terraform]] init</code> multiple times.
+
During <code>terraform init</code>, the configuration is searched for [[module]] blocks, and the source code for referenced modules is retrieved from the locations given in their <code>[[source]]</code> arguments.  
 +
It is safe to run <code>[[terraform]] init</code> multiple times.
  
 
{{terraform flow}}
 
{{terraform flow}}

Revision as of 14:44, 19 October 2021

terraform init command is used to initialize a working directory containing Terraform configuration files: main.tf

During terraform init, the configuration is searched for module blocks, and the source code for referenced modules is retrieved from the locations given in their source arguments. It is safe to run terraform init multiple times.

terraform init -> terraform plan ->  terraform apply -> terraform show

Commands

Related terms

See also

Advertising: