Difference between revisions of "Terraform get"
Jump to navigation
Jump to search
↑ https://www.terraform.io/docs/cli/commands/get.html
Tags: Mobile web edit, Mobile edit |
|||
(9 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
<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> | <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> | ||
− | <code>[[terraform get -update]]</code> | + | 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 == | == Errors == | ||
Line 10: | Line 21: | ||
* <code>[[terraform init]]</code> | * <code>[[terraform init]]</code> | ||
* <code>[[terraform plan]]</code> | * <code>[[terraform plan]]</code> | ||
+ | * [[Terraform provider]]s | ||
== See also == | == See also == | ||
+ | * {{tf get}} | ||
* {{Terraform modules}} | * {{Terraform modules}} | ||
− | |||
− | |||
[[Category:Terraform]] | [[Category:Terraform]] |
Latest revision as of 14:57, 22 March 2023
terraform get
command 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]
terraform get: [ -update | --help ]
- Terraform modules,
terraform get
,module { source }
, AWS modules,module.
, child modules, Terraform modules inputs, submodules,terraform init -upgrade
Advertising: