{"id":26009990,"url":"https://github.com/byu-oit/terraform-aws-cloudfront-dist","last_synced_at":"2025-08-02T20:05:21.616Z","repository":{"id":145999629,"uuid":"232203965","full_name":"byu-oit/terraform-aws-cloudfront-dist","owner":"byu-oit","description":"Terraform module to create a CloudFront distribution.","archived":false,"fork":false,"pushed_at":"2020-02-07T20:51:22.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-03-05T22:32:12.491Z","etag":null,"topics":["component","terraform-module"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/byu-oit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-06T23:30:23.000Z","updated_at":"2020-02-07T20:51:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"7982ab65-34ae-462e-b953-5339156d9d47","html_url":"https://github.com/byu-oit/terraform-aws-cloudfront-dist","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/byu-oit/terraform-aws-cloudfront-dist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byu-oit%2Fterraform-aws-cloudfront-dist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byu-oit%2Fterraform-aws-cloudfront-dist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byu-oit%2Fterraform-aws-cloudfront-dist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byu-oit%2Fterraform-aws-cloudfront-dist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byu-oit","download_url":"https://codeload.github.com/byu-oit/terraform-aws-cloudfront-dist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byu-oit%2Fterraform-aws-cloudfront-dist/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268448176,"owners_count":24251994,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["component","terraform-module"],"created_at":"2025-03-05T22:26:47.537Z","updated_at":"2025-08-02T20:05:21.601Z","avatar_url":"https://github.com/byu-oit.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Latest GitHub Release](https://img.shields.io/github/v/release/byu-oit/terraform-aws-cloudfront-dist?sort=semver)\n\n# Terraform AWS CloudFront Distribution Module\n \n## Usage\n\n```hcl\nmodule \"cf_dist\" {\n  source             = \"github.com/byu-oit/terraform-aws-cloudfront-dist?ref=v1.0.0\"\n  env_tag            = \"dev\"\n  origin_domain_name = \"s3-bucket-name.us-west-2.amazonaws.com\"\n  origin_id          = \"s3-bucket-name\"\n  repo_name          = \"test\"\n}\n```\n\n## Requirements\n\n* Terraform version 0.12.16 or greater\n\n## Inputs\n\n| Name | Type | Description | Default |\n| --- | --- | --- | --- |\n| env_tag | string | The environment tag for the resources. |\n| data_sensitivity_tag | string | The data-sensitivity tag for the resources. | confidential |\n| repo_name | string | The name of the repo containing the site. |\n| price_class | number | The price class of the distribution. | 100 |\n| origin_domain_name | string | The domain name of the origin. |\n| origin_id | string | A unique ID for thebv origin. |\n| origin_path | string | Path to where the distribution should send traffic. | *Empty String* |\n| origin_protocol_policy | string | The origin protocol policy to apply to your origin. | match-viewer |\n| index_doc | string | The index document of the distribution. |\n| cname | string | The CNAME for the distribution. *DNS must be setup separately*. |\n| cname_ssl_cert_arn | string | The ARN for the SSL cert for the custom URL. |\n| wait_for_deployment | bool | Wait for the distribution to fully deploy before Terraform completes. | `true` |\n| query_string_forwarding | bool | Defines if the distribution should forward the query string. | `false` |\n| cookies_forwarding | string | Defines if the distribution forward cookies. You can specify `all` or `none` | none |\n| allowed_methods | set(string) | Methods the distribution will forward. | [\"DELETE\", \"GET\", \"HEAD\", \"OPTIONS\", \"PATCH\", \"POST\", \"PUT\"] |\n| cached_methods | set(string) | Methods the distribution will cache. | [\"GET\", \"HEAD\"] |\n\n## Outputs\n\n| Name | Type | Description |\n| --- | --- | --- |\n| cloudfront_dist | object | The [CloudFront distribution](https://www.terraform.io/docs/providers/aws/r/cloudfront_distribution.html#attribute-reference) object. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyu-oit%2Fterraform-aws-cloudfront-dist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyu-oit%2Fterraform-aws-cloudfront-dist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyu-oit%2Fterraform-aws-cloudfront-dist/lists"}