Difference between revisions of "Terraform init"

From wikieduonline
Jump to navigation Jump to search
Line 35: Line 35:
 
* <code>[[Error: Backend initialization required, please run "terraform init"]]</code>
 
* <code>[[Error: Backend initialization required, please run "terraform init"]]</code>
 
* <code>[[Initializing provider plugins...]]</code>
 
* <code>[[Initializing provider plugins...]]</code>
 +
[[Error: Failed to query available provider packages]]
  
 
== See also ==
 
== See also ==

Revision as of 20:53, 8 September 2022

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

Related terms

Error: Failed to query available provider packages

See also

Advertising: