Difference between revisions of "Terraform init"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 35: Line 35:
 
* [[Terraform provider]]
 
* [[Terraform provider]]
 
* <code>[[hashicorp/]]</code>
 
* <code>[[hashicorp/]]</code>
 +
* [[Terraform Plugin Framework]]
  
 
== See also ==
 
== See also ==

Revision as of 14:48, 4 April 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: