{"id":21130983,"url":"https://github.com/workloads/regional-aws-deployment","last_synced_at":"2026-05-17T12:33:33.636Z","repository":{"id":153563921,"uuid":"586938095","full_name":"workloads/regional-aws-deployment","owner":"workloads","description":"Regional Deployment of AWS-specific Resources","archived":false,"fork":false,"pushed_at":"2024-08-26T22:05:56.000Z","size":210,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-21T06:11:40.709Z","etag":null,"topics":["aws","terraform"],"latest_commit_sha":null,"homepage":"https://go.workloads.io/aws-regional","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/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-01-09T15:30:18.000Z","updated_at":"2024-08-26T22:05:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f07960d-daa9-4068-b8bb-6d01f776ff9c","html_url":"https://github.com/workloads/regional-aws-deployment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fregional-aws-deployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fregional-aws-deployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fregional-aws-deployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fregional-aws-deployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workloads","download_url":"https://codeload.github.com/workloads/regional-aws-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:43:00.388Z","updated_at":"2026-05-17T12:33:28.616Z","avatar_url":"https://github.com/workloads.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Regional AWS-specific Resources\n\n\u003e This repository manages regional, AWS-specific resources for [@workloads](https://github.com/workloads).\n\n## Table of Contents\n\n\u003c!-- TOC --\u003e\n* [Regional AWS-specific Resources](#regional-aws-specific-resources)\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- Amazon Web Services (AWS) [Account](https://aws.amazon.com/account/)\n- HashiCorp Cloud Platform (HCP) [Account](https://portal.cloud.hashicorp.com/sign-in).\n- HCP Terraform [Account](https://app.terraform.io/session)\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| aws_region | AWS Region. | `string` | yes |\n| project_identifier | Human-readable Project Identifier. | `string` | yes |\n| ssh_public_key | Public part of SSH Key Pair. | `string` | yes |\n| tfe_organization | Name of HCP Terraform Organization. | `string` | yes |\n| tfe_workspace | Name of HCP Terraform Workspace. | `string` | yes |\n| iam_policy_description | Description of the IAM policy. | `string` | no |\n| launch_template_instance_type_client | Type of Instance to launch for Nomad Server Launch Template. | `string` | no |\n| launch_template_instance_type_server | Type of Instance to launch for Nomad Server Launch Template. | `string` | no |\n\n### Outputs\n\n| Name | Description |\n|------|-------------|\n| aws_autoscaling_group | Exported Attributes for `aws_autoscaling_group`. |\n| aws_availability_zones | Exported Attributes for `aws_availability_zones.main` data source. |\n| aws_availability_zones_az | Exported Attributes for `aws_availability_zones` (filtered by type `availability-zone`). |\n| aws_iam_instance_profiles | Exported Attributes for `aws_iam_instance_profile`. |\n| aws_iam_policies | Exported Attributes for `aws_iam_policy`. |\n| aws_iam_role_policy_attachments | Exported Attributes for `aws_iam_role_policy_attachment`. |\n| aws_iam_roles | Exported Attributes for `aws_iam_role`. |\n| aws_key_pair | Exported Attributes for `aws_key_pair`. |\n| aws_launch_template | Exported Attributes for `aws_launch_template`. |\n| aws_placement_groups | Exported Attributes for `aws_placement_group`. |\n| random_string_suffix | Exported Attributes for `random_string.suffix`. |\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/regional-aws-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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkloads%2Fregional-aws-deployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkloads%2Fregional-aws-deployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkloads%2Fregional-aws-deployment/lists"}