Difference between revisions of "Terraform init"

From wikieduonline
Jump to navigation Jump to search
Line 21: Line 21:
 
* <code>[[.terraform/]]</code> or <code>[[.terraform.d/]]</code>
 
* <code>[[.terraform/]]</code> or <code>[[.terraform.d/]]</code>
 
* <code>[[source]]</code>
 
* <code>[[source]]</code>
 +
* [[Examples terraform init]]
  
 
== See also ==
 
== See also ==

Revision as of 14:12, 6 September 2021

terraform init is used to initialize a working directory containing Terraform configuration files.

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 this command multiple times.

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


Examples


Related terms

See also

Advertising: