Difference between revisions of "Terraform modules"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
 
* <code>module "[[vpc]]"</code>
 
* <code>module "[[vpc]]"</code>
 
* <code>module "[[iam]]"</code>
 
* <code>module "[[iam]]"</code>
 +
* <code>module "[[ec2]]"</code>
 
* <code>module "[[rds]]"</code>
 
* <code>module "[[rds]]"</code>
 
* <code>module "vm"</code> ([[terraform Libvirt module]]: https://registry.terraform.io/modules/MonolithProjects/vm/libvirt/latest)
 
* <code>module "vm"</code> ([[terraform Libvirt module]]: https://registry.terraform.io/modules/MonolithProjects/vm/libvirt/latest)

Revision as of 09:27, 24 August 2021

Modules naming convention: terraform-PROVIDER-NAME

Related terms

See also

Advertising: