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_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
104
| <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
105
| <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 |
106
+
| <aname="input_cbr_rules"></a> [cbr\_rules](#input\_cbr\_rules)| The list of context-based restriction rules to create. | <pre>list(object({<br/> description = string<br/> account_id = string<br/> tags = optional(list(object({<br/> name = string<br/> value = string<br/> })), [])<br/> rule_contexts = list(object({<br/> attributes = optional(list(object({<br/> name = string<br/> value = string<br/> }))) }))<br/> enforcement_mode = string<br/> }))</pre> |`[]`| no |
104
107
| <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
108
| <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 |
0 commit comments