Difference between revisions of "Example: terraform init"

From wikieduonline
Jump to navigation Jump to search
(Redirected page to Examples: terraform init)
Tag: New redirect
 
Line 1: Line 1:
<pre>
+
#redirect [[Examples: terraform init]]
terraform init
 
Initializing modules...
 
- compute in ../terraform-templates-infra/modules/compute
 
 
 
Initializing the backend...
 
 
 
Initializing provider plugins...
 
- Reusing previous version of hashicorp/aws from the dependency lock file
 
- Installing hashicorp/aws v3.57.0...
 
- Installed hashicorp/aws v3.57.0 (signed by HashiCorp)
 
 
 
Terraform has been successfully initialized!
 
 
 
You may now begin working with Terraform. Try running "terraform plan" to see
 
any changes that are required for your infrastructure. All Terraform commands
 
should now work.
 
 
 
If you ever set or change modules or backend configuration for Terraform,
 
rerun this command to reinitialize your working directory. If you forget, other
 
commands will detect it and remind you to do so if necessary.
 
</pre>
 
 
 
== Related ==
 
* [[Terraform init examples]]
 
 
 
 
 
== See also ==
 
* {{terraform init}}
 
* {{terraform cmd}}
 
 
 
[[Category:Terraform]]
 

Latest revision as of 17:54, 30 October 2022

Advertising: