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_routes"></a> [routes](#input\_routes)| A mapping of routes to create. | <pre>map(object({<br> name = string<br> route_table_alias = string<br> address_prefix = string<br> next_hop_type = string<br> next_hop_in_ip_address = optional(string, null)<br> }))</pre> |`{}`| no |
160
163
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to be applied to all resources that are created by this module. |`map(string)`|`{}`| no |
161
164
| <aname="input_resource_names_map"></a> [resource\_names\_map](#input\_resource\_names\_map)| A map of key to resource\_name that will be used by tf-launch-module\_library-resource\_name to generate resource names | <pre>map(object({<br> name = string<br> max_length = optional(number, 60)<br> }))</pre> | <pre>{<br> "monitor_private_link_scope": {<br> "max_length": 80,<br> "name": "ampls"<br> },<br> "monitor_private_link_scope_private_endpoint": {<br> "max_length": 80,<br> "name": "amplspe"<br> },<br> "resource_group": {<br> "max_length": 80,<br> "name": "rg"<br> },<br> "virtual_network": {<br> "max_length": 80,<br> "name": "vnet"<br> }<br>}</pre> | no |
165
+
| <aname="input_resource_names_version"></a> [resource\_names\_version](#input\_resource\_names\_version)| Major version of the resource names module to use |`string`|`"1"`| no |
162
166
| <aname="input_environment"></a> [environment](#input\_environment)| Environment in which the resource should be provisioned like dev, qa, prod etc. |`string`|`"sandbox"`| no |
163
167
| <aname="input_class_env"></a> [class\_env](#input\_class\_env)| Environment where resource is going to be deployed. For example. dev, qa, uat |`string`|`null`| no |
164
168
| <aname="input_environment_number"></a> [environment\_number](#input\_environment\_number)| The environment count for the respective environment. Defaults to 000. Increments in value of 1 |`string`|`"000"`| no |
0 commit comments