← modules/examples-tfr-static/aws · Registry
Source: cf-tfr.davidguerrero.fr/modules/examples-tfr-static/aws
module "examples-tfr-static" {
source = "cf-tfr.davidguerrero.fr/modules/examples-tfr-static/aws"
version = "0.1.0"
}
Download: module.tar.gz
| Name | Version |
|---|---|
| terraform | >= 1.14.4 |
| aws | >= 6.41 |
| Name | Version |
|---|---|
| aws | >= 6.41 |
No modules.
| Name | Type |
|---|---|
| aws_cloudfront_distribution.distribution | resource |
| aws_cloudfront_function.registry | resource |
| aws_cloudfront_origin_access_control.default | resource |
| aws_s3_bucket.static | resource |
| aws_s3_bucket_policy.static | resource |
| aws_cloudfront_cache_policy.caching_optimized | data source |
| aws_iam_policy_document.origin_bucket_policy | data source |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| acl_arn | The Web ACL ARN to use. | string |
null |
no |
| bucket_name | Name of the S3 bucket. | string |
"tfr-static" |
no |
| description | Description of the CloudFront distribution. | string |
"Static terraform registry" |
no |
| registry_domain | The registry's domain. | string |
"" |
no |
No outputs.