{"id":25693252,"url":"https://github.com/data-platform-hq/terraform-azurerm-container-instance","last_synced_at":"2026-02-23T21:43:04.432Z","repository":{"id":219772645,"uuid":"749739643","full_name":"data-platform-hq/terraform-azurerm-container-instance","owner":"data-platform-hq","description":"Terraform module for creation Azure Container Intance","archived":false,"fork":false,"pushed_at":"2025-03-18T20:38:56.000Z","size":16,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T21:31:25.016Z","etag":null,"topics":["azure","azurerm","container-instance","terraform-module"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/data-platform-hq/container-instance/azurerm/latest","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/data-platform-hq.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-29T09:53:09.000Z","updated_at":"2024-04-19T15:44:43.000Z","dependencies_parsed_at":"2024-04-18T01:46:35.297Z","dependency_job_id":"7904c1dd-f465-4d17-9fc6-33da13d84cf4","html_url":"https://github.com/data-platform-hq/terraform-azurerm-container-instance","commit_stats":null,"previous_names":["data-platform-hq/terraform-azurerm-container-instance"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/data-platform-hq/terraform-azurerm-container-instance","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-platform-hq%2Fterraform-azurerm-container-instance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-platform-hq%2Fterraform-azurerm-container-instance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-platform-hq%2Fterraform-azurerm-container-instance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-platform-hq%2Fterraform-azurerm-container-instance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/data-platform-hq","download_url":"https://codeload.github.com/data-platform-hq/terraform-azurerm-container-instance/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-platform-hq%2Fterraform-azurerm-container-instance/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274068951,"owners_count":25217032,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["azure","azurerm","container-instance","terraform-module"],"created_at":"2025-02-24T23:34:58.806Z","updated_at":"2026-02-23T21:43:04.381Z","avatar_url":"https://github.com/data-platform-hq.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure Container Intance Terraform module\nTerraform module for creation Azure Container Intance\n\n## Usage\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.0.0 |\n| \u003ca name=\"requirement_azurerm\"\u003e\u003c/a\u003e [azurerm](#requirement\\_azurerm) | \u003e= 3.68.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_azurerm\"\u003e\u003c/a\u003e [azurerm](#provider\\_azurerm) | \u003e= 3.68.0 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [azurerm_container_group.this](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/container_group) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_container_instance_name\"\u003e\u003c/a\u003e [container\\_instance\\_name](#input\\_container\\_instance\\_name) | Specifies the name of the Container Group. | `string` | n/a | yes |\n| \u003ca name=\"input_containers\"\u003e\u003c/a\u003e [containers](#input\\_containers) | List of objects to configure containers | \u003cpre\u003elist(object({\u003cbr/\u003e    name                  = string\u003cbr/\u003e    image                 = string\u003cbr/\u003e    cpu                   = number\u003cbr/\u003e    memory                = number\u003cbr/\u003e    environment_variables = optional(map(string))\u003cbr/\u003e    commands              = optional(list(string))\u003cbr/\u003e    ports_tcp             = optional(set(string), [])\u003cbr/\u003e    ports_udp             = optional(set(string), [])\u003cbr/\u003e    volumes = optional(list(object({\u003cbr/\u003e      mount_path           = string\u003cbr/\u003e      name                 = string\u003cbr/\u003e      storage_account_name = optional(string)\u003cbr/\u003e      storage_account_key  = optional(string)\u003cbr/\u003e      share_name           = optional(string)\u003cbr/\u003e    })), [])\u003cbr/\u003e  }))\u003c/pre\u003e | n/a | yes |\n| \u003ca name=\"input_dns_config_nameservers\"\u003e\u003c/a\u003e [dns\\_config\\_nameservers](#input\\_dns\\_config\\_nameservers) | A list of nameservers the containers will search out to resolve requests. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_enable_system_assigned_identity\"\u003e\u003c/a\u003e [enable\\_system\\_assigned\\_identity](#input\\_enable\\_system\\_assigned\\_identity) | Specifies whether to enable System Assigned identity for container instance or not | `bool` | `false` | no |\n| \u003ca name=\"input_exposed_ports_tcp\"\u003e\u003c/a\u003e [exposed\\_ports\\_tcp](#input\\_exposed\\_ports\\_tcp) | Set of ports to expose with TCP protocol | `set(string)` | `[]` | no |\n| \u003ca name=\"input_exposed_ports_udp\"\u003e\u003c/a\u003e [exposed\\_ports\\_udp](#input\\_exposed\\_ports\\_udp) | Set of ports to expose with UDP protocol | `set(string)` | `[]` | no |\n| \u003ca name=\"input_identity_ids\"\u003e\u003c/a\u003e [identity\\_ids](#input\\_identity\\_ids) | Specifies a list of User Assigned Managed Identity IDs to be assigned to this Container Group. | `list(string)` | `null` | no |\n| \u003ca name=\"input_image_registry_credential\"\u003e\u003c/a\u003e [image\\_registry\\_credential](#input\\_image\\_registry\\_credential) | List of objects to configure connection to private registry | \u003cpre\u003elist(object({\u003cbr/\u003e    server                    = string\u003cbr/\u003e    username                  = optional(string)\u003cbr/\u003e    password                  = optional(string)\u003cbr/\u003e    user_assigned_identity_id = optional(string)\u003cbr/\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_ip_address_type\"\u003e\u003c/a\u003e [ip\\_address\\_type](#input\\_ip\\_address\\_type) | Specifies the IP address type of the container. Public, Private or None. | `string` | `\"Public\"` | no |\n| \u003ca name=\"input_location\"\u003e\u003c/a\u003e [location](#input\\_location) | Specifies the supported Azure location where the resource exists. | `string` | n/a | yes |\n| \u003ca name=\"input_os_type\"\u003e\u003c/a\u003e [os\\_type](#input\\_os\\_type) | The OS for the container group. Allowed values are Linux and Windows. | `string` | `\"Linux\"` | no |\n| \u003ca name=\"input_resource_group_name\"\u003e\u003c/a\u003e [resource\\_group\\_name](#input\\_resource\\_group\\_name) | The name of the resource group in which to create the Container Group. | `string` | n/a | yes |\n| \u003ca name=\"input_restart_policy\"\u003e\u003c/a\u003e [restart\\_policy](#input\\_restart\\_policy) | Restart policy for the container group. Allowed values are Always, Never, OnFailure. | `string` | `\"Never\"` | no |\n| \u003ca name=\"input_sku\"\u003e\u003c/a\u003e [sku](#input\\_sku) | Specifies the sku of the Container Group. Possible values are Confidential, Dedicated and Standard. | `string` | `\"Standard\"` | no |\n| \u003ca name=\"input_subnet_ids\"\u003e\u003c/a\u003e [subnet\\_ids](#input\\_subnet\\_ids) | The subnet resource IDs for a container group. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | Resource tags. | `map(string)` | `{}` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_id\"\u003e\u003c/a\u003e [id](#output\\_id) | Id of the Azure Container Instance |\n| \u003ca name=\"output_identity\"\u003e\u003c/a\u003e [identity](#output\\_identity) | List of identities assigned to the Azure Container Instance |\n| \u003ca name=\"output_ip_address\"\u003e\u003c/a\u003e [ip\\_address](#output\\_ip\\_address) | Public IP address of the Azure Container Instance |\n| \u003ca name=\"output_name\"\u003e\u003c/a\u003e [name](#output\\_name) | Name of the Azure Container Instance |\n\u003c!-- END_TF_DOCS --\u003e\n\n## License\n\nApache 2 Licensed. For more information please see [LICENSE](https://github.com/data-platform-hq/terraform-azurerm-container-instance/blob/automated_readme/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdata-platform-hq%2Fterraform-azurerm-container-instance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdata-platform-hq%2Fterraform-azurerm-container-instance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdata-platform-hq%2Fterraform-azurerm-container-instance/lists"}