{"id":18578861,"url":"https://github.com/libre-devops/terraform-azurerm-azure-container-instance","last_synced_at":"2026-04-27T20:31:17.027Z","repository":{"id":118714302,"uuid":"492256844","full_name":"libre-devops/terraform-azurerm-azure-container-instance","owner":"libre-devops","description":"A module used to deploy an Azure container instance based on some parameters :fire:","archived":false,"fork":false,"pushed_at":"2024-09-14T21:25:06.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-01T05:47:40.450Z","etag":null,"topics":["azure","azurerm","azurerm-terraform-provider","module","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","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":"2022-05-14T15:38:05.000Z","updated_at":"2024-09-14T21:25:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f998b2e-1add-4185-8ed5-505aea42301e","html_url":"https://github.com/libre-devops/terraform-azurerm-azure-container-instance","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"libre-devops/terraform-module-template","purl":"pkg:github/libre-devops/terraform-azurerm-azure-container-instance","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-azure-container-instance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-azure-container-instance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-azure-container-instance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-azure-container-instance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libre-devops","download_url":"https://codeload.github.com/libre-devops/terraform-azurerm-azure-container-instance/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-azure-container-instance/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32354564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","azurerm-terraform-provider","module","terraform","terraform-module"],"created_at":"2024-11-06T23:38:04.112Z","updated_at":"2026-04-27T20:31:17.011Z","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_group.aci](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/container_group) | resource |\n| [azurerm_network_profile.net_prof](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/network_profile) | 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) | The name of the container instance | `string` | n/a | yes |\n| \u003ca name=\"input_dns_name_label\"\u003e\u003c/a\u003e [dns\\_name\\_label](#input\\_dns\\_name\\_label) | The name of a DNS label if used | `string` | `null` | no |\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_ip_address_type\"\u003e\u003c/a\u003e [ip\\_address\\_type](#input\\_ip\\_address\\_type) | What the ip address type is if used | `string` | `null` | no |\n| \u003ca name=\"input_key_vault_key_id\"\u003e\u003c/a\u003e [key\\_vault\\_key\\_id](#input\\_key\\_vault\\_key\\_id) | If a CMK is used, the key ID used to encrypt the instances | `string` | `null` | 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_network_profile_name\"\u003e\u003c/a\u003e [network\\_profile\\_name](#input\\_network\\_profile\\_name) | If a private network is used, the name of that network profile. | `string` | `null` | no |\n| \u003ca name=\"input_os_type\"\u003e\u003c/a\u003e [os\\_type](#input\\_os\\_type) | The OS type for the container instance | `string` | n/a | yes |\n| \u003ca name=\"input_restart_policy\"\u003e\u003c/a\u003e [restart\\_policy](#input\\_restart\\_policy) | The restart policy of the container, defaults to Always | `string` | `\"Always\"` | no |\n| \u003ca name=\"input_rg_name\"\u003e\u003c/a\u003e [rg\\_name](#input\\_rg\\_name) | The name of the resource group, this module does not create a resource group, it is expecting the value of a resource group already exists | `string` | n/a | yes |\n| \u003ca name=\"input_settings\"\u003e\u003c/a\u003e [settings](#input\\_settings) | Specifies the Authentication enabled or not | `any` | `false` | no |\n| \u003ca name=\"input_subnet_ids\"\u003e\u003c/a\u003e [subnet\\_ids](#input\\_subnet\\_ids) | The subnets the container instance is connected to | `list(string)` | `[]` | 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| \u003ca name=\"input_use_legacy_network_profile\"\u003e\u003c/a\u003e [use\\_legacy\\_network\\_profile](#input\\_use\\_legacy\\_network\\_profile) | Whether or not to use legacy network profile | `bool` | `false` | no |\n| \u003ca name=\"input_vnet_integration_enabled\"\u003e\u003c/a\u003e [vnet\\_integration\\_enabled](#input\\_vnet\\_integration\\_enabled) | If vnet integration is enabled. can only be activated on a Linux container | `bool` | `null` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_aci_id\"\u003e\u003c/a\u003e [aci\\_id](#output\\_aci\\_id) | The id of the container instance |\n| \u003ca name=\"output_aci_name\"\u003e\u003c/a\u003e [aci\\_name](#output\\_aci\\_name) | The name of the Azure container instance |\n| \u003ca name=\"output_aci_network_profile_interface\"\u003e\u003c/a\u003e [aci\\_network\\_profile\\_interface](#output\\_aci\\_network\\_profile\\_interface) | The interface block |\n| \u003ca name=\"output_aci_network_profile_interface_ids\"\u003e\u003c/a\u003e [aci\\_network\\_profile\\_interface\\_ids](#output\\_aci\\_network\\_profile\\_interface\\_ids) | The interface Ids |\n| \u003ca name=\"output_aci_principal_id\"\u003e\u003c/a\u003e [aci\\_principal\\_id](#output\\_aci\\_principal\\_id) | Client ID of system assigned managed identity if created |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibre-devops%2Fterraform-azurerm-azure-container-instance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibre-devops%2Fterraform-azurerm-azure-container-instance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibre-devops%2Fterraform-azurerm-azure-container-instance/lists"}