Difference between revisions of "Terraform init"

From wikieduonline
Jump to navigation Jump to search
Line 18: Line 18:
 
* <code>[[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</code>
 
* <code>[[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</code>
 
* <code>[[terraform init -backend=false]]</code>
 
* <code>[[terraform init -backend=false]]</code>
 +
* <code>[[Error: Failed to read organization]] "test" at host [[app.terraform.io]]</code>
  
 
== Examples ==
 
== Examples ==

Revision as of 12:27, 20 November 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


Initializing the backend...
bucket
  The name of the S3 bucket 

  Enter a value:

Errors

Related terms

See also

Advertising: