Difference between revisions of "Terraform init"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
<code>terraform init</code> command is used to initialize a working directory containing [[Terraform configuration files]]: <code>[[main.tf]]</code>
 
<code>terraform init</code> command is used to initialize a working directory containing [[Terraform configuration files]]: <code>[[main.tf]]</code>
  
During <code>terraform init</code>, the configuration is searched for [[module]] blocks, and the source code for referenced modules is retrieved from the locations given in their source arguments.
+
During <code>terraform init</code>, the configuration is searched for [[module]] blocks, and the source code for referenced modules is retrieved from the locations given in their <code>[[source]]</code> arguments.
  
 
It is safe to run this command multiple times.
 
It is safe to run this command multiple times.

Revision as of 15:08, 6 September 2021

terraform init command is used to initialize a working directory 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 this command multiple times.

terraform init -> terraform plan ->  terraform apply -> terraform show


Examples

Related terms

See also

Advertising: