Difference between revisions of "Terraform init"

From wikieduonline
Jump to navigation Jump to search
Line 30: Line 30:
 
* <code>[[.terraform/]]</code> or <code>[[.terraform.d/]]</code>
 
* <code>[[.terraform/]]</code> or <code>[[.terraform.d/]]</code>
 
* <code>[[.terraform/modules/]]</code>
 
* <code>[[.terraform/modules/]]</code>
 +
* <code>[[.terraform/providers/]]</code>
 
* <code>[[source]]</code>
 
* <code>[[source]]</code>
 
* [[Backends]]: [[Terraform S3 backend]]
 
* [[Backends]]: [[Terraform S3 backend]]

Revision as of 19:38, 5 April 2023

terraform init command is used to initialize a working directory (.terraform/) containing Terraform configuration files: main.tf. Downloads plugins and retrieves teh source code from referenced modules.

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

Examples

Errors

Related terms

See also

Advertising: