Skip to content

Commit 452f24c

Browse files
terraform-docs: automated action
1 parent 55619e7 commit 452f24c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ No modules.
3434
| <a name="input_container_instance_name"></a> [container\_instance\_name](#input\_container\_instance\_name) | Specifies the name of the Container Group. | `string` | n/a | yes |
3535
| <a name="input_containers"></a> [containers](#input\_containers) | List of objects to configure containers | <pre>list(object({<br/> name = string<br/> image = string<br/> cpu = number<br/> memory = number<br/> environment_variables = optional(map(string))<br/> commands = optional(list(string))<br/> ports_tcp = optional(set(string), [])<br/> ports_udp = optional(set(string), [])<br/> volumes = optional(list(object({<br/> mount_path = string<br/> name = string<br/> storage_account_name = optional(string)<br/> storage_account_key = optional(string)<br/> share_name = optional(string)<br/> })), [])<br/> }))</pre> | n/a | yes |
3636
| <a name="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+
| <a name="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 |
3738
| <a name="input_exposed_ports_tcp"></a> [exposed\_ports\_tcp](#input\_exposed\_ports\_tcp) | Set of ports to expose with TCP protocol | `set(string)` | `[]` | no |
3839
| <a name="input_exposed_ports_udp"></a> [exposed\_ports\_udp](#input\_exposed\_ports\_udp) | Set of ports to expose with UDP protocol | `set(string)` | `[]` | no |
3940
| <a name="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-
| <a name="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/> user_assigned_identity_id = string<br/> }))</pre> | `[]` | no |
41+
| <a name="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 |
4142
| <a name="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 |
4243
| <a name="input_location"></a> [location](#input\_location) | Specifies the supported Azure location where the resource exists. | `string` | n/a | yes |
4344
| <a name="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

Comments
 (0)