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 |
|||
(19 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | <code> | + | <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 == | ||
− | * {{ | + | * {{tf get}} |
− | * {{ | + | * {{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: