https://github.com/blackbird-cloud/terraform-aws-cloudfront
Terraform module to create an AWS CloudFront distribution
https://github.com/blackbird-cloud/terraform-aws-cloudfront
aws cloudfront terraform
Last synced: about 1 month ago
JSON representation
Terraform module to create an AWS CloudFront distribution
- Host: GitHub
- URL: https://github.com/blackbird-cloud/terraform-aws-cloudfront
- Owner: blackbird-cloud
- License: apache-2.0
- Created: 2023-07-14T10:05:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T14:09:17.000Z (over 1 year ago)
- Last Synced: 2025-01-31T15:20:13.212Z (over 1 year ago)
- Topics: aws, cloudfront, terraform
- Language: HCL
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Aws Cloudfront Module
Terraform module to create an AWS CloudFront distribution
[](https://blackbird.cloud)
## Example
```hcl
module "cache_policy" {
source = "blackbird-cloud/cloudfront/aws//modules/cache-policy"
version = "~> 1"
name = "my-policy"
min_ttl = 300
default_ttl = 0
max_ttl = 0
description = "My cache policy"
enable_accept_encoding_gzip = false
enable_accept_encoding_brotli = false
}
```
## Modules
- [Cache Policy](./modules/cache-policy/README.md)
## About
We are [Blackbird Cloud](https://blackbird.cloud), Amsterdam based cloud consultancy, and cloud management service provider. We help companies build secure, cost efficient, and scale-able solutions.
Checkout our other :point\_right: [terraform modules](https://registry.terraform.io/namespaces/blackbird-cloud)
## Copyright
Copyright © 2017-2024 [Blackbird Cloud](https://blackbird.cloud)