Difference between revisions of "Terraform init"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 31: Line 31:
 
* <code>[[source]]</code>
 
* <code>[[source]]</code>
 
* [[Backends]]: [[Terraform S3 backend]]
 
* [[Backends]]: [[Terraform S3 backend]]
* [[Terraform EKS]]
+
* [[Terraform EKS module]]
 
* <code>[[terraform get]]</code>, <code>[[terraform get -update]]</code>
 
* <code>[[terraform get]]</code>, <code>[[terraform get -update]]</code>
 
* [[Terraform provider]]
 
* [[Terraform provider]]

Revision as of 14:51, 22 March 2023

terraform init command is used to initialize a working directory (.terraform/) 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

Examples

Errors

Related terms

See also

Advertising: