cloudfront-distribution
bancoripleyperu/cloudfront-distribution/template
Template of Terraform
Usage ``hcl module "this" { source = "bancoripleyperu/cloudfront-distribution/template" version = "0.0.1" lambda_function_association = false } ` Requirements | Name | Version | |------|---------| | terraform | >= 0.13.0 | | archive | >= 1.3 | | aws | >= 3.19 | | random | >= 3.1.0 | Providers | Name | Version | |------|---------| | aws | >= 3.19 | | random | >= 3.1.0 | Modules | Name | Source | Version | |------|--------|---------| | cloudfront-distribution | bancoripleyperu/cloudfront-distribution/aws | 0.0.6 | | iam-role | bancoripleyperu/iam-role/aws | 0.0.4 | | lambda-function | bancoripleyperu/lambda-function/aws | 0.0.2 | | s3-bucket | bancoripleyperu/s3-bucket/aws | 0.0.5 | Resources | Name | Type | |------|------| | aws_cloudfront_origin_access_identity.this | resource | | aws_iam_
| Name | Type | Description | Default |
|---|---|---|---|
| template_name | string | CodePipeline template name | required |
| viewer_certificate | any | The SSL configuration for this distribution. | {
"cloudfront_default_certificate": tr |
| tags | map(string) | (Optional) A mapping of tags to assign to the function. | {} |
| lambda_function_association | bool | (Optional) Lambda function association. | true |
| aliases | list(string) | Domain aliases for the cloudfront distribution. | [] |
| default_root_object | string | Default root object. | "index.html" |
bucket — S3 bucket valuescloudfront — Cloudfront distribution valueslambda — Lambda values