Skip to content

Commit

Permalink
Trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed Nov 27, 2023
1 parent e292b7a commit a9479ec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

Terraform module which creates CloudFront related resources on AWS.

- [cache-policy](./modules/cache-policy)
- [distribution](./modules/distribution)
- [origin-request-policy](./modules/origin-request-policy)
- [response-headers-policy](./modules/response-headers-policy)


## Target AWS Services

Expand All @@ -20,6 +25,14 @@ Terraform Modules from [this package](https://github.com/tedilabs/terraform-aws-
- Resposne Headers Policy


## Examples

### CloudFront

- [cloudfront-distribution-simple](./examples/cloudfront-distribution-simple/)
- [cloudfront-policies](./examples/cloudfront-policies/)


## Self Promotion

Like this project? Follow the repository on [GitHub](https://github.com/tedilabs/terraform-aws-cloudfront). And if you're feeling especially charitable, follow **[posquit0](https://github.com/posquit0)** on GitHub.
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudfront-distribution-simple/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.5"
required_version = "~> 1.6"

required_providers {
aws = {
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudfront-policies/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.5"
required_version = "~> 1.6"

required_providers {
aws = {
Expand Down

0 comments on commit a9479ec

Please sign in to comment.