Difference between revisions of "Terraform init"

From wikieduonline
Jump to navigation Jump to search
Line 14: Line 14:
 
*<code>[[terraform]] init</code>
 
*<code>[[terraform]] init</code>
 
*<code>[[terraform init -upgrade]]</code>
 
*<code>[[terraform init -upgrade]]</code>
 
  
 
== Related terms ==
 
== Related terms ==

Revision as of 15:06, 6 September 2021

terraform init is used to initialize a working directory containing Terraform configuration files.

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: