{"id":22737663,"url":"https://github.com/telekom-mms/terraform-azuredevops-taskagent","last_synced_at":"2025-03-30T03:20:55.284Z","repository":{"id":182565343,"uuid":"668712981","full_name":"telekom-mms/terraform-azuredevops-taskagent","owner":"telekom-mms","description":"A Terraform module that manages the taskagent resources from the azuredevops provider.","archived":false,"fork":false,"pushed_at":"2024-08-28T11:26:55.000Z","size":23,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-05T05:41:19.548Z","etag":null,"topics":["azuredevops","terraform","variable-group"],"latest_commit_sha":null,"homepage":"https://telekom-mms.github.io/terraform-template","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/telekom-mms.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-20T12:32:50.000Z","updated_at":"2024-08-28T11:26:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"b3b76ca0-8de8-448d-88d6-0662febb6a43","html_url":"https://github.com/telekom-mms/terraform-azuredevops-taskagent","commit_stats":null,"previous_names":["telekom-mms/terraform-azuredevops-taskagent"],"tags_count":1,"template":false,"template_full_name":"telekom-mms/terraform-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telekom-mms%2Fterraform-azuredevops-taskagent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telekom-mms%2Fterraform-azuredevops-taskagent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telekom-mms%2Fterraform-azuredevops-taskagent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telekom-mms%2Fterraform-azuredevops-taskagent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/telekom-mms","download_url":"https://codeload.github.com/telekom-mms/terraform-azuredevops-taskagent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246270789,"owners_count":20750461,"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":["azuredevops","terraform","variable-group"],"created_at":"2024-12-10T22:17:11.808Z","updated_at":"2025-03-30T03:20:55.259Z","avatar_url":"https://github.com/telekom-mms.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_TF_DOCS --\u003e\n# taskagent\n\nThis module manages the microsoft/azuredevops taskagent resources, see https://registry.terraform.io/providers/microsoft/azuredevops/latest/docs.\n\nFor more information about the module structure see https://telekom-mms.github.io/terraform-template.\n\n_\u003c-- This file is autogenerated, please do not change. --\u003e_\n\n## Requirements\n\n| Name | Version |\n|------|---------|\n| terraform | \u003e=1.5 |\n| azuredevops | \u003e=0.6.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| azuredevops | \u003e=0.6.0 |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| azuredevops_variable_group.variable_group | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| variable_group | Resource definition, default settings are defined within locals and merged with var settings. For more information look at [Outputs](#Outputs). | `any` | `{}` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| variable_group | Outputs all attributes of resource_type. |\n| variables | Displays all configurable variables passed by the module. __default__ = predefined values per module. __merged__ = result of merging the default values and custom values passed to the module |\n\n## Examples\n\nMinimal configuration to install the desired resources with the module\n\n```hcl\ndata \"azurerm_subscription\" \"current\" {}\n\nmodule \"core\" {\n  source = \"registry.terraform.io/telekom-mms/core/azuredevops\"\n  project = {\n    mms = {}\n  }\n}\n\nmodule \"taskagent\" {\n  source = \"registry.terraform.io/telekom-mms/taskagent/azuredevops\"\n  variable_group = {\n    azurerm = {\n      project_id = module.core.project[\"mms\"].id\n      variable = {\n        subscription_name = {\n          value = data.azurerm_subscription.current.display_name\n        }\n      }\n    }\n  }\n}\n```\n\nAdvanced configuration to install the desired resources with the module\n\n```hcl\ndata \"azurerm_subscription\" \"current\" {}\n\nmodule \"core\" {\n  source = \"registry.terraform.io/telekom-mms/core/azuredevops\"\n  project = {\n    mms = {}\n  }\n}\n\nmodule \"taskagent\" {\n  source = \"registry.terraform.io/telekom-mms/taskagent/azuredevops\"\n  variable_group = {\n    azurerm = {\n      project_id = module.core.project[\"mms\"].id\n      variable = {\n        subscription_name = {\n          value = data.azurerm_subscription.current.display_name\n        }\n        subscription_id = {\n          secret_value = data.azurerm_subscription.current.subscription_id\n          is_secret    = true\n        }\n      }\n    }\n  }\n}\n```\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelekom-mms%2Fterraform-azuredevops-taskagent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelekom-mms%2Fterraform-azuredevops-taskagent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelekom-mms%2Fterraform-azuredevops-taskagent/lists"}