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 26: Line 26:
 
== Errors ==
 
== Errors ==
 
* <code>[[Error: Failed to query available provider packages]]</code>
 
* <code>[[Error: Failed to query available provider packages]]</code>
 +
* <code>[[Error: Unsupported Terraform Core version]]</code>
 +
* <code>[[Error: Backend initialization required, please run "terraform init"]]</code>
  
 
== Related terms ==
 
== Related terms ==

Revision as of 19:43, 8 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

terraform init -verify-plugins=false
  • terraform init -backend-config=bucket=your_bucket_name -backend-config=key=your-key-name/project/***/state.tfstate -backend-config=region=XXXXX -backend-config=access_key=XXXX -backend-config=secret_key=XXXX

Examples

Errors

Related terms

See also

Advertising: