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 |
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
+
| <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
+
| <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 |
103
+
| <aname="input_app_config_tags"></a> [app\_config\_tags](#input\_app\_config\_tags)| Optional list of tags to be added to the App Config instance. |`list(string)`|`[]`| no |
104
+
| <aname="input_region"></a> [region](#input\_region)| The region to provision the App Configuration service, valid regions are us-south, us-east, eu-gb, and au-syd. |`string`|`"us-south"`| no |
105
+
| <aname="input_resource_group_id"></a> [resource\_group\_id](#input\_resource\_group\_id)| The resource group ID where resources will be provisioned. |`string`| n/a | yes |
99
106
100
107
### Outputs
101
108
102
-
No outputs.
109
+
| Name | Description |
110
+
|------|-------------|
111
+
| <aname="output_app_config_collection_ids"></a> [app\_config\_collection\_ids](#output\_app\_config\_collection\_ids)| List of IDs for the collections in the App Configuration instance |
112
+
| <aname="output_app_config_guid"></a> [app\_config\_guid](#output\_app\_config\_guid)| GUID of the App Configuration instance |
103
113
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
104
114
105
115
<!-- Leave this section as is so that your module has a link to local development environment set up steps for contributors to follow -->
0 commit comments