Difference between revisions of "Terraform modules"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
Modules naming convention: <code>terraform-PROVICER-NAME</code>
 
Modules naming convention: <code>terraform-PROVICER-NAME</code>
  
<code>module "[[vpc]]"</code>
+
* <code>module "[[vpc]]"</code>
<code>module "[[iam]]"</code>
+
* <code>module "[[iam]]"</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)
<code>module [[s3]]-bucket</code> (https://registry.terraform.io/modules/terraform-aws-modules/s3-bucket/aws/latest)
+
* <code>module [[s3]]-bucket</code> (https://registry.terraform.io/modules/terraform-aws-modules/s3-bucket/aws/latest)
 
  module [[route53]]: zones, record (https://registry.terraform.io/modules/terraform-aws-modules/route53/aws/latest)
 
  module [[route53]]: zones, record (https://registry.terraform.io/modules/terraform-aws-modules/route53/aws/latest)
 
  [[cicd]] https://registry.terraform.io/modules/cloudposse/cicd/aws/latest
 
  [[cicd]] https://registry.terraform.io/modules/cloudposse/cicd/aws/latest

Revision as of 22:25, 11 August 2021

Modules naming convention: terraform-PROVICER-NAME

module route53: zones, record (https://registry.terraform.io/modules/terraform-aws-modules/route53/aws/latest)
cicd https://registry.terraform.io/modules/cloudposse/cicd/aws/latest

Related terms

See also

Advertising: