{"id":20357793,"url":"https://github.com/avidhara/terraform-aws-cloudfront","last_synced_at":"2026-05-10T00:50:40.512Z","repository":{"id":81721434,"uuid":"328617686","full_name":"avidhara/terraform-aws-cloudfront","owner":"avidhara","description":"Terraform Module for AWS Cloudfront","archived":false,"fork":false,"pushed_at":"2021-04-07T09:22:10.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T01:41:23.641Z","etag":null,"topics":["aws","cloudfront-distribution","terraform","terraform-aws","terraform-module","terraform-modules"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avidhara.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-01-11T09:51:10.000Z","updated_at":"2023-11-09T15:12:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"35b533e4-3325-4209-9187-2cd369da9517","html_url":"https://github.com/avidhara/terraform-aws-cloudfront","commit_stats":null,"previous_names":["ionicloud/terraform-aws-cloudfront","cloudpragna/terraform-aws-cloudfront","avidhara/terraform-aws-cloudfront"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidhara%2Fterraform-aws-cloudfront","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidhara%2Fterraform-aws-cloudfront/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidhara%2Fterraform-aws-cloudfront/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidhara%2Fterraform-aws-cloudfront/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avidhara","download_url":"https://codeload.github.com/avidhara/terraform-aws-cloudfront/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241895015,"owners_count":20038508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cloudfront-distribution","terraform","terraform-aws","terraform-module","terraform-modules"],"created_at":"2024-11-14T23:23:52.431Z","updated_at":"2026-05-10T00:50:35.486Z","avatar_url":"https://github.com/avidhara.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Module for AWS Cloudwatch\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| terraform | \u003e= 0.12.7, \u003c 0.14 |\n| aws | \u003e= 2.68, \u003c 4.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| aws | \u003e= 2.68, \u003c 4.0 |\n\n## Modules\n\nNo Modules.\n\n## Resources\n\n| Name |\n|------|\n| [aws_cloudfront_distribution](https://registry.terraform.io/providers/hashicorp/aws/4.0/docs/resources/cloudfront_distribution) |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| aliases | (Optional) - Extra CNAMEs (alternate domain names), if any, for this distribution. | `list(string)` | `[]` | no |\n| comment | (Optional) - Any comments you want to include about the distribution. | `string` | `\"\"` | no |\n| create\\_distribution | (Optional) Do you want to create Cloudfront Distribution | `bool` | `true` | no |\n| custom\\_error\\_response | (Optional) - One or more custom error response elements (multiples allowed). | `any` | `[]` | no |\n| default\\_cache\\_behavior | (Required) - The default cache behavior for this distribution (maximum one). | `any` | n/a | yes |\n| enabled | (Required) - Whether the distribution is enabled to accept end user requests for content. | `bool` | n/a | yes |\n| geo\\_restriction | (Required) - The restriction configuration for this distribution (maximum one). | `any` | `{}` | no |\n| http\\_version | (Optional) - The maximum HTTP version to support on the distribution. Allowed values are http1.1 and http2. The default is http2. | `string` | `\"http2\"` | no |\n| is\\_ipv6\\_enabled | (Optional) - Whether the IPv6 is enabled for the distribution. | `bool` | `false` | no |\n| logging\\_config | (Optional) - The logging configuration that controls how logs are written to your distribution (maximum one). | `map(string)` | `{}` | no |\n| ordered\\_cache\\_behavior | (Optional) - An ordered list of cache behaviors resource for this distribution. List from top to bottom in order of precedence. The topmost cache behavior will have precedence 0. | `any` | `[]` | no |\n| origin | (Required) - One or more origins for this distribution (multiples allowed). | `any` | n/a | yes |\n| origin\\_group | (Optional) - One or more origin\\_group for this distribution (multiples allowed). | `any` | `[]` | no |\n| price\\_class | (Optional) - The price class for this distribution. One of PriceClass\\_All, PriceClass\\_200, PriceClass\\_100 | `string` | `\"PriceClass_100\"` | no |\n| retain\\_on\\_delete | (Optional) - Disables the distribution instead of deleting it when destroying the resource through Terraform. If this is set, the distribution needs to be deleted manually afterwards. Default: false. | `bool` | `false` | no |\n| tags | (Optional) A map of tags to assign to the resource. | `map(string)` | `{}` | no |\n| variable\\_name | description | `string` | `\"default\"` | no |\n| viewer\\_certificate | (Required) - The SSL configuration for this distribution (maximum one). | `map(string)` | \u003cpre\u003e{\u003cbr\u003e  \"minimum_protocol_version\": \"TLSv1.2\"\u003cbr\u003e}\u003c/pre\u003e | no |\n| wait\\_for\\_deployment | (Optional) - If enabled, the resource will wait for the distribution status to change from InProgress to Deployed. Setting this tofalse will skip the process. Default: true. | `bool` | `true` | no |\n| web\\_acl\\_id | Optional) - A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. | `string` | `null` | no |\n\n## Outputs\n\nNo output.\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favidhara%2Fterraform-aws-cloudfront","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favidhara%2Fterraform-aws-cloudfront","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favidhara%2Fterraform-aws-cloudfront/lists"}