{"id":27044124,"url":"https://github.com/libre-devops/terraform-azurerm-container-registry-task","last_synced_at":"2026-02-11T12:39:46.681Z","repository":{"id":285250218,"uuid":"629642886","full_name":"libre-devops/terraform-azurerm-container-registry-task","owner":"libre-devops","description":"A module used to deploy an ACR task","archived":false,"fork":false,"pushed_at":"2023-04-22T11:19:57.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-30T15:44:30.676Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/libre-devops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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-04-18T18:21:05.000Z","updated_at":"2023-04-22T08:10:26.000Z","dependencies_parsed_at":"2025-03-30T15:44:38.479Z","dependency_job_id":"deff0006-8abd-439e-a17d-394ea220d905","html_url":"https://github.com/libre-devops/terraform-azurerm-container-registry-task","commit_stats":null,"previous_names":["libre-devops/terraform-azurerm-container-registry-task"],"tags_count":1,"template":false,"template_full_name":"libre-devops/terraform-module-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-container-registry-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-container-registry-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-container-registry-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-container-registry-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libre-devops","download_url":"https://codeload.github.com/libre-devops/terraform-azurerm-container-registry-task/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289527,"owners_count":20914489,"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":[],"created_at":"2025-04-05T05:19:11.067Z","updated_at":"2026-02-11T12:39:41.659Z","avatar_url":"https://github.com/libre-devops.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Requirements\n\nNo requirements.\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_azurerm\"\u003e\u003c/a\u003e [azurerm](#provider\\_azurerm) | n/a |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [azurerm_container_registry_task.acr_task](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/container_registry_task) | resource |\n| [azurerm_container_registry_task_schedule_run_now.schedule_run_now](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/container_registry_task_schedule_run_now) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_acr_id\"\u003e\u003c/a\u003e [acr\\_id](#input\\_acr\\_id) | The ID of the ACR this tasks is being made for | `string` | n/a | yes |\n| \u003ca name=\"input_acr_tasks\"\u003e\u003c/a\u003e [acr\\_tasks](#input\\_acr\\_tasks) | The ACR tasks block where each key is the name of the task | `any` | n/a | yes |\n| \u003ca name=\"input_identity_ids\"\u003e\u003c/a\u003e [identity\\_ids](#input\\_identity\\_ids) | Specifies a list of user managed identity ids to be assigned to the VM. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_identity_type\"\u003e\u003c/a\u003e [identity\\_type](#input\\_identity\\_type) | The Managed Service Identity Type of this Virtual Machine. | `string` | `\"\"` | no |\n| \u003ca name=\"input_location\"\u003e\u003c/a\u003e [location](#input\\_location) | The location for this resource to be put in | `string` | n/a | yes |\n| \u003ca name=\"input_schedule_task_run_now\"\u003e\u003c/a\u003e [schedule\\_task\\_run\\_now](#input\\_schedule\\_task\\_run\\_now) | Whether a task should be scheduled for now, defaults to true | `bool` | `false` | no |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | A map of the tags to use on the resources that are deployed with this module. | `map(string)` | \u003cpre\u003e{\u003cbr\u003e  \"source\": \"terraform\"\u003cbr\u003e}\u003c/pre\u003e | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_acr_task_id\"\u003e\u003c/a\u003e [acr\\_task\\_id](#output\\_acr\\_task\\_id) | The ID of the created task |\n| \u003ca name=\"output_acr_task_identity\"\u003e\u003c/a\u003e [acr\\_task\\_identity](#output\\_acr\\_task\\_identity) | The identity block |\n| \u003ca name=\"output_acr_task_name\"\u003e\u003c/a\u003e [acr\\_task\\_name](#output\\_acr\\_task\\_name) | The name of the created task |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibre-devops%2Fterraform-azurerm-container-registry-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibre-devops%2Fterraform-azurerm-container-registry-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibre-devops%2Fterraform-azurerm-container-registry-task/lists"}