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 "[[aws_instance]]"</code>
 
* <code>module "[[rds]]"</code>
 
* <code>module "[[rds]]"</code>
 
* <code>module "[[cdn]]"</code> ([[AWS CloudFront]])
 
* <code>module "[[cdn]]"</code> ([[AWS CloudFront]])

Revision as of 14:09, 6 September 2021

Modules naming convention: terraform-PROVIDER-NAME

Related terms

See also

Advertising: