{"id":21131005,"url":"https://github.com/workloads/web-assets-sync","last_synced_at":"2025-03-14T12:15:31.758Z","repository":{"id":193917277,"uuid":"689712333","full_name":"workloads/web-assets-sync","owner":"workloads","description":"Terraform-managed Public Assets Sync","archived":false,"fork":false,"pushed_at":"2024-07-29T10:27:57.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-21T06:11:43.534Z","etag":null,"topics":["aws","terraform"],"latest_commit_sha":null,"homepage":"https://assets.workloads.io","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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-10T17:10:57.000Z","updated_at":"2024-07-29T10:28:00.000Z","dependencies_parsed_at":"2023-09-10T19:41:11.196Z","dependency_job_id":"3cee0e9e-ed2e-40a6-b4e5-2e827e1dabae","html_url":"https://github.com/workloads/web-assets-sync","commit_stats":null,"previous_names":["workloads/web-assets-sync"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fweb-assets-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fweb-assets-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fweb-assets-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fweb-assets-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workloads","download_url":"https://codeload.github.com/workloads/web-assets-sync/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:43:04.128Z","updated_at":"2025-03-14T12:15:31.731Z","avatar_url":"https://github.com/workloads.png","language":"HCL","readme":"# HCP Terraform Workspace `web-assets-sync`\n\n\u003e This repository manages uploads of web-accessible Assets for [@workloads](https://github.com/workloads).\n\n## Table of Contents\n\n\u003c!-- TOC --\u003e\n* [HCP Terraform Workspace `web-assets-sync`](#hcp-terraform-workspace-web-assets-sync)\n  * [Table of Contents](#table-of-contents)\n  * [Requirements](#requirements)\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- file-system access to public asset exports in `../assets/export`\n- file-system access to public Minecraft mods `../minecraft-mods`\n- file-system access to public Minecraft Worlds `../minecraft-worlds`\n\nOptional, and only needed for documentation generation:\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| asset_paths | Sync-eligible Path Objects. | \u003cpre\u003eobject({\u003cbr\u003e    assets = object({\u003cbr\u003e      extensions  = string\u003cbr\u003e      local_path  = string\u003cbr\u003e      remote_path = optional(string)\u003cbr\u003e    }),\u003cbr\u003e\u003cbr\u003e    minecraft_mods = object({\u003cbr\u003e      extensions  = string\u003cbr\u003e      local_path  = string\u003cbr\u003e      remote_path = optional(string)\u003cbr\u003e    })\u003cbr\u003e\u003cbr\u003e    minecraft_worlds = object({\u003cbr\u003e      extensions  = string\u003cbr\u003e      local_path  = string\u003cbr\u003e      remote_path = optional(string)\u003cbr\u003e    })\u003cbr\u003e  })\u003c/pre\u003e | no |\n| file_extension_regex | Regular Expression to match File Extensions. | `string` | no |\n| modstxt_file_name | Name of the per-modset `mods.txt` file. | `string` | no |\n| s3_storage_class | Storage Class of S3 Object. | `string` | no |\n| tfe_organization | HCP Terraform Organization. | `string` | no |\n| tfe_workspace_assets | HCP Terraform Workspace for `web-assets`. | `string` | no |\n\n### Outputs\n\n| Name | Description |\n|------|-------------|\n| aws_cli_commands | AWS CLI Command for CloudFront operations. |\n| aws_console_url | AWS Console URL. |\n| eligible_files | List of Sync-Eligible Assets. |\n| minecraft_mod_urls | URLs of Minecraft Mods. |\n| minecraft_modstxt_urls | URL of Minecraft `mods.txt` Files. |\n| minecraft_world_urls | URLs of Minecraft Worlds. |\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/web-assets-sync/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%2Fweb-assets-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkloads%2Fweb-assets-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkloads%2Fweb-assets-sync/lists"}