Difference between revisions of "Terraform init"

From wikieduonline
Jump to navigation Jump to search
Line 19: Line 19:
 
* <code>[[.terraform/modules/]]</code>
 
* <code>[[.terraform/modules/]]</code>
 
* <code>[[source]]</code>
 
* <code>[[source]]</code>
 +
* [[Terraform S3 backend]]
  
 
== See also ==
 
== See also ==

Revision as of 13:41, 29 September 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: