You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_container_instance_name"></a> [container\_instance\_name](#input\_container\_instance\_name)| Specifies the name of the Container Group. |`string`| n/a | yes |
| <aname="input_dns_config_nameservers"></a> [dns\_config\_nameservers](#input\_dns\_config\_nameservers)| A list of nameservers the containers will search out to resolve requests. |`list(string)`|`[]`| no |
37
+
| <aname="input_enable_system_assigned_identity"></a> [enable\_system\_assigned\_identity](#input\_enable\_system\_assigned\_identity)| Specifies whether to enable System Assigned identity for container instance or not |`bool`|`false`| no |
37
38
| <aname="input_exposed_ports_tcp"></a> [exposed\_ports\_tcp](#input\_exposed\_ports\_tcp)| Set of ports to expose with TCP protocol |`set(string)`|`[]`| no |
38
39
| <aname="input_exposed_ports_udp"></a> [exposed\_ports\_udp](#input\_exposed\_ports\_udp)| Set of ports to expose with UDP protocol |`set(string)`|`[]`| no |
39
40
| <aname="input_identity_ids"></a> [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 |
40
-
| <aname="input_image_registry_credential"></a> [image\_registry\_credential](#input\_image\_registry\_credential)| List of objects to configure connection to private registry | <pre>list(object({<br> server = string<br> username = string<br> password = string<br> }))</pre> |`[]`| no |
41
+
| <aname="input_image_registry_credential"></a> [image\_registry\_credential](#input\_image\_registry\_credential)| List of objects to configure connection to private registry | <pre>list(object({<br/> server = string<br/> username = optional(string)<br/> password = optional(string)<br/> user_assigned_identity_id = optional(string)<br/> }))</pre> |`[]`| no |
41
42
| <aname="input_ip_address_type"></a> [ip\_address\_type](#input\_ip\_address\_type)| Specifies the IP address type of the container. Public, Private or None. |`string`|`"Public"`| no |
42
43
| <aname="input_location"></a> [location](#input\_location)| Specifies the supported Azure location where the resource exists. |`string`| n/a | yes |
43
44
| <aname="input_os_type"></a> [os\_type](#input\_os\_type)| The OS for the container group. Allowed values are Linux and Windows. |`string`|`"Linux"`| no |
0 commit comments