Skip to content

Commit 9b399bf

Browse files
terraform-docs: automated action
1 parent 8fb986b commit 9b399bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ No modules.
3232
| Name | Description | Type | Default | Required |
3333
|------|-------------|------|---------|:--------:|
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 |
35-
| <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 |
35+
| <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 |
3737
| <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 |
3838
| <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 |
3939
| <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> }))</pre> | `[]` | 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 |
4141
| <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 |
4242
| <a name="input_location"></a> [location](#input\_location) | Specifies the supported Azure location where the resource exists. | `string` | n/a | yes |
4343
| <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)