Difference between revisions of "Terraform get"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(22 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
<code>terraform get</code >command is used to download and update [[Terraform modules|modules]] <ref> https://www.terraform.io/docs/cli/commands/get.html</ref>
  
 +
terraform get
 +
(no output)
  
 +
* <code>[[terraform get -update]]</code>
 +
[[terraform get --help]]
  
 +
[[terraform get]]
 +
Downloading registry.terraform.io/terraform-aws-modules/acm/aws 4.1.0 for [[Amazon Certificate Manager (ACM)|acm]]...
 +
.../...
 +
 +
terraform get
 +
(no output)
 +
 +
== Errors ==
 +
* <code>[[Error: Module not found]]</code>
 +
 +
== Related ==
 +
* <code>[[terraform init]]</code>
 +
* <code>[[terraform plan]]</code>
 +
* [[Terraform provider]]s
  
 
== See also ==
 
== See also ==
* {{terraform cmd}}
+
* {{tf get}}
* {{terraform}}
+
* {{Terraform modules}}
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 14:57, 22 March 2023

terraform getcommand is used to download and update modules [1]

terraform get
(no output)
terraform get --help
terraform get 
Downloading registry.terraform.io/terraform-aws-modules/acm/aws 4.1.0 for acm...
.../...
terraform get 
(no output)

Errors[edit]

Related[edit]

See also[edit]

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