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_app_config_collections"></a> [app\_config\_collections](#input\_app\_config\_collections)| A list of collections to be added to the App Configuration instance | <pre>list(object({<br> name = string<br> collection_id = string<br> description = optional(string, null)<br> tags = optional(string, null)<br> }))</pre> |`[]`| no |
99
+
| <aname="input_app_config_collections"></a> [app\_config\_collections](#input\_app\_config\_collections)| A list of collections to be added to the App Configuration instance | <pre>list(object({<br/> name = string<br/> collection_id = string<br/> description = optional(string, null)<br/> tags = optional(string, null)<br/> }))</pre> |`[]`| no |
100
100
| <aname="input_app_config_name"></a> [app\_config\_name](#input\_app\_config\_name)| Name for the App Configuration service instance |`string`| n/a | yes |
101
101
| <aname="input_app_config_plan"></a> [app\_config\_plan](#input\_app\_config\_plan)| Plan for the App Configuration service instance, valid plans are lite, standardv2, and enterprise. |`string`|`"lite"`| no |
102
102
| <aname="input_app_config_service_endpoints"></a> [app\_config\_service\_endpoints](#input\_app\_config\_service\_endpoints)| Service Endpoints for the App Configuration service instance, valid endpoints are public or public-and-private. |`string`|`"public-and-private"`| no |
0 commit comments