Editing Terraform modules

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 2: Line 2:
  
 
Modules naming convention: <code>terraform-[[PROVIDER]]-NAME</code>
 
Modules naming convention: <code>terraform-[[PROVIDER]]-NAME</code>
* <code>[[.terraform/modules/]]</code>
 
 
Update modules:
 
* <code>[[terraform init -upgrade]]</code>
 
 
List modules and versions:
 
* <code>[[cat .terraform/modules/modules.json]] | jq</code>
 
 
== Related commands ==
 
* <code>[[terraform providers]]</code>
 
* <code>[[terraform init]]</code>
 
* <code>[[terraform init -upgrade]]</code>
 
* <code>[[terraform get]]</code>
 
* <code>[[terraform get -update]]</code>
 
* <code>[[terraform graph]] 2>&1 | grep module | grep "{" |  cut -d"{" -f1</code>
 
* <code>[[terraform get -update]] | grep Downloading</code>
 
  
 
== [[Terraform AWS modules|AWS modules]] ==
 
== [[Terraform AWS modules|AWS modules]] ==
Line 43: Line 27:
 
  }
 
  }
  
== Errors ==
+
== Related commands ==
* <code>[[Error: Module not installed]]</code>
+
* <code>[[terraform providers]]</code>
* <code>[[Error: Unsupported argument]]</code>
+
* <code>[[terraform init]]</code>
 +
* <code>[[terraform init -upgrade]]</code>
 +
* <code>[[terraform get]]</code>
 +
* <code>[[terraform get -update]]</code>
 +
* <code>[[terraform graph]] 2>&1 | grep module | grep "{" |  cut -d"{" -f1</code>
 +
* <code>[[terraform get -update]] | grep Downloading</code>
  
 
== Related terms ==
 
== Related terms ==
 
* [[Terraform modules:]] <code>[[Terraform modules: source|source]]</code>
 
* [[Terraform modules:]] <code>[[Terraform modules: source|source]]</code>
* [[Terraform module keyword]]
 
 
* [[Ansible modules]]
 
* [[Ansible modules]]
 
* [[Terraform resources]]
 
* [[Terraform resources]]
 
* [[Provider (Terraform)]]: <code>[[aws]]</code>
 
* [[Provider (Terraform)]]: <code>[[aws]]</code>
 +
* <code>[[Error: Module not installed]]</code>
 
* [[Terraform registry]]: https://registry.terraform.io/browse/modules
 
* [[Terraform registry]]: https://registry.terraform.io/browse/modules
 
* [[AWS CloudFormation modules]] (Nov 2020)
 
* [[AWS CloudFormation modules]] (Nov 2020)
Line 59: Line 48:
 
* [[Still destroying]]
 
* [[Still destroying]]
 
* [[Learn-terraform-provision-eks-cluster: terraform providers]]
 
* [[Learn-terraform-provision-eks-cluster: terraform providers]]
 +
* <code>[[.terraform/modules/]]</code>
 
* [[Terraform module keyword]]
 
* [[Terraform module keyword]]
 
* <code>[[module.]]</code>
 
* <code>[[module.]]</code>
 
* [[Standard module structure]]
 
* [[Standard module structure]]
* [[Terraform modules inputs]]
+
* [[input]]
 
* <code>[[depends_on]]</code>
 
* <code>[[depends_on]]</code>
 
* [[Terraform submodule]]
 
* [[Terraform submodule]]

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: