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]] (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)
  
 
== Related terms ==
 
== Related terms ==

Revision as of 22:21, 11 August 2021

Modules naming convention: terraform-PROVICER-NAME

module "vpc" module "iam" module "rds" module "vm" (terraform Libvirt module: https://registry.terraform.io/modules/MonolithProjects/vm/libvirt/latest) module s3-bucket (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)

Related terms

See also

Advertising: