{"id":21130985,"url":"https://github.com/workloads/services-deployment","last_synced_at":"2025-03-14T12:15:31.459Z","repository":{"id":153563943,"uuid":"531121321","full_name":"workloads/services-deployment","owner":"workloads","description":"Terraform-managed Services Deployment","archived":false,"fork":false,"pushed_at":"2024-07-29T10:27:50.000Z","size":287,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-21T06:11:40.764Z","etag":null,"topics":["aws","boundary","consul","hcp","terraform","vault"],"latest_commit_sha":null,"homepage":"https://app.terraform.io/app/workloads/workspaces/services-deployment","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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-31T14:29:31.000Z","updated_at":"2024-07-29T10:27:53.000Z","dependencies_parsed_at":"2025-01-21T06:11:43.331Z","dependency_job_id":"ee13fe95-78be-40b6-b532-1c0bc0ae41e8","html_url":"https://github.com/workloads/services-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%2Fservices-deployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fservices-deployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fservices-deployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fservices-deployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workloads","download_url":"https://codeload.github.com/workloads/services-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","boundary","consul","hcp","terraform","vault"],"created_at":"2024-11-20T05:43:00.668Z","updated_at":"2025-03-14T12:15:31.415Z","avatar_url":"https://github.com/workloads.png","language":"HCL","readme":"# HCP Terraform Workspace `services-deployment`\n\n\u003e This repository manages services deployment for [@workloads](https://github.com/workloads).\n\n## Table of Contents\n\n\u003c!-- TOC --\u003e\n* [HCP Terraform Workspace `services-deployment`](#hcp-terraform-workspace-services-deployment)\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| aws_directory_admin_password | AWS Directory Service Admin Password. | `string` | yes |\n| aws_directory_admin_username | AWS Directory Service Admin Username. | `string` | yes |\n| datadog_api_key | Datadog API Key. | `string` | yes |\n| datadog_api_url | Datadog API URL. | `string` | yes |\n| datadog_api_zone | Datadog API Zone. | `string` | yes |\n| datadog_app_key | Datadog App Key. | `string` | yes |\n| hcp_boundary_admin_password | HCP Boundary Cluster Admin Password. | `string` | yes |\n| hcp_boundary_admin_username | HCP Boundary Cluster Admin Username. | `string` | yes |\n| hcp_boundary_cluster_id | The ID of the HCP Boundary Cluster. | `string` | yes |\n| hvn_id_aws | AWS-specific HashiCorp HVN Identifier. | `string` | yes |\n| management_region_aws | AWS-specific `Management` Region Identifier. | `string` | yes |\n| project_identifier | Human-readable Project Identifier. | `string` | yes |\n| tfe_organization | Name of HCP Terraform Organization. | `string` | yes |\n| tfe_team_token_viewers | HCP Terraform `viewers` Team Token. | `string` | yes |\n| hcp_boundary_cluster_tier | The tier that the HCP Boundary cluster will be provisioned as. | `string` | no |\n| hcp_boundary_maintenance_window | The maintenance window configuration for when cluster upgrades can take place. | \u003cpre\u003eobject({\u003cbr\u003e    day          = string\u003cbr\u003e    start        = number\u003cbr\u003e    end          = number\u003cbr\u003e    upgrade_type = string\u003cbr\u003e  })\u003c/pre\u003e | no |\n\n### Outputs\n\n| Name | Description |\n|------|-------------|\n| hcp_boundary_urls | HCP Boundary URLs. |\n| hcp_vault_urls | HCP Vault URLs. |\n| tfe_workspace_terraform_version | Terraform version identifier of current HCP Terraform Workspace. |\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/services-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%2Fservices-deployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkloads%2Fservices-deployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkloads%2Fservices-deployment/lists"}