Difference between revisions of "Terraform modules"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
Naming convention: <code>terraform-PROVICER-NAME</code>
 
Naming convention: <code>terraform-PROVICER-NAME</code>
  
 
* [[Terraform Libvirt module]]: https://registry.terraform.io/modules/MonolithProjects/vm/libvirt/latest
 
  
  
 
  <code>module "[[vpc]]"</code>
 
  <code>module "[[vpc]]"</code>
 
  <code>module "[[iam]]"</code>
 
  <code>module "[[iam]]"</code>
  <code>module "vm"</code>
+
  <code>module "vm"</code> ([[terraform Libvirt module]]: https://registry.terraform.io/modules/MonolithProjects/vm/libvirt/latest)
  
 
== Related terms ==
 
== Related terms ==

Revision as of 20:59, 11 August 2021

Advertising: