{"id":21130976,"url":"https://github.com/workloads/website-deployment","last_synced_at":"2025-03-14T12:15:31.493Z","repository":{"id":211899044,"uuid":"730217354","full_name":"workloads/website-deployment","owner":"workloads","description":"Website Deployment for @workloads","archived":false,"fork":false,"pushed_at":"2024-07-30T08:09:45.000Z","size":233,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-21T06:11:40.580Z","etag":null,"topics":["aws","terraform"],"latest_commit_sha":null,"homepage":"https://github.com/workloads/website","language":"HCL","has_issues":false,"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/workloads.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-11T13:01:26.000Z","updated_at":"2024-07-29T10:28:02.000Z","dependencies_parsed_at":"2023-12-11T14:29:53.204Z","dependency_job_id":"fb3bc8a2-2e64-459d-98b6-1b8a8a43afde","html_url":"https://github.com/workloads/website-deployment","commit_stats":null,"previous_names":["workloads/website-deployment"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fwebsite-deployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fwebsite-deployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fwebsite-deployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fwebsite-deployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workloads","download_url":"https://codeload.github.com/workloads/website-deployment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243573495,"owners_count":20312883,"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","terraform"],"created_at":"2024-11-20T05:42:58.268Z","updated_at":"2025-03-14T12:15:31.449Z","avatar_url":"https://github.com/workloads.png","language":"HCL","readme":"# HCP Terraform Workspace `website`\n\n\u003e This repository manages website configuration for [@workloads](https://github.com/workloads).\n\n## Table of Contents\n\n\u003c!-- TOC --\u003e\n* [HCP Terraform Workspace `website`](#hcp-terraform-workspace-website)\n  * [Table of Contents](#table-of-contents)\n  * [Requirements](#requirements)\n    * [Development](#development)\n  * [Usage](#usage)\n    * [Inputs](#inputs)\n    * [Outputs](#outputs)\n  * [Notes](#notes)\n    * [Sensitive Data](#sensitive-data)\n  * [Contributors](#contributors)\n  * [License](#license)\n\u003c!-- TOC --\u003e\n\n## Requirements\n\n- HashiCorp Terraform `1.9.x` or [newer](https://developer.hashicorp.com/terraform/downloads)\n\n### Development\n\nFor development and testing of this repository:\n\n- `terraform-docs` `0.18.0` or [newer](https://terraform-docs.io/user-guide/installation/)\n\n## Usage\n\nThis repository uses a standard Terraform workflow (`init`, `plan`, `apply`).\n\nFor more information, including detailed usage guidelines, see the [Terraform documentation](https://developer.hashicorp.com/terraform/cli/commands).\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n### Inputs\n\n| Name | Description | Type | Required |\n|------|-------------|------|:--------:|\n| github_token | This is the GitHub Token. | `string` | yes |\n| management_region_aws | AWS-specific `Management` Region Identifier. | `string` | yes |\n| custom_error_responses | List of Custom Error Response Element Objects for the distribution. | \u003cpre\u003elist(object({\u003cbr\u003e    error_caching_min_ttl = optional(number)\u003cbr\u003e    error_code            = number\u003cbr\u003e    response_code         = optional(number)\u003cbr\u003e    response_page_path    = optional(string)\u003cbr\u003e  }))\u003c/pre\u003e | no |\n| domain | Website Domain. | `string` | no |\n| github_owner | This is the target GitHub Organization. | `string` | no |\n| hugo_deploy_toml_target_branch | The name of the Git Branch to write the Hugo Deployment configuration to. | `string` | no |\n| hugo_deploy_toml_target_file | The name of the file to write the Hugo Deployment configuration to. | `string` | no |\n| hugo_deploy_toml_target_repository | The name of the repository to write the Hugo Deployment configuration file to. | `string` | no |\n| preview_subdomain | Preview Website Subdomain. | `string` | no |\n| subdomain | Website Subdomain. | `string` | no |\n\n### Outputs\n\n| Name | Description |\n|------|-------------|\n| aws_cli_commands | AWS CLI Command for CloudFront operations. |\n| aws_cloudfront_aliases_website | Exported Attributes for `module.website.aws_cloudfront_distribution.aliases`. |\n| aws_cloudfront_domain_name_preview_website | Exported Attribute for `module.website.aws_cloudfront_distribution.domain_name`. |\n| aws_cloudfront_domain_name_website | Exported Attribute for `module.website.aws_cloudfront_distribution.domain_name`. |\n| aws_console_urls | AWS Console URLs. |\n| aws_s3_bucket_preview_website | Exported Attribute for `module.preview_website.aws_s3_bucket`. |\n| aws_s3_bucket_website | Exported Attribute for `module.website.aws_s3_bucket`. |\n| github_repository_file_hugo_deploy_toml | Exported Attribute for `module.github_repository_file.hugo_deploy_toml`. |\n\u003c!-- END_TF_DOCS --\u003e\n\n## Notes\n\n### Sensitive Data\n\nTerraform state may contain [sensitive data](https://developer.hashicorp.com/terraform/language/state/sensitive-data). This workspace uses [HCP Terraform](https://developer.hashicorp.com/terraform/cloud-docs) to safely store state, and encrypt the data at rest.\n\n## Contributors\n\nFor a list of current (and past) contributors to this repository, see [GitHub](https://github.com/workloads/website-deployment/graphs/contributors).\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\").\n\nYou may download a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).\n\nSee the License for the specific language governing permissions and limitations under the License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkloads%2Fwebsite-deployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkloads%2Fwebsite-deployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkloads%2Fwebsite-deployment/lists"}