Difference between revisions of "Terraform init"

From wikieduonline
Jump to navigation Jump to search
 
Line 49: Line 49:
 
* <code>[[hashicorp/]]</code>
 
* <code>[[hashicorp/]]</code>
 
* [[Terraform Plugin Framework]]
 
* [[Terraform Plugin Framework]]
 +
* <code>[[required_providers]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 08:26, 20 February 2024

terraform init [1] 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[edit]

Examples[edit]


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

  Enter a value:

Errors[edit]

Related terms[edit]

See also[edit]

  • https://www.terraform.io/docs/cli/commands/init.html
  • Advertising: