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
|[azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/4.14.0/docs/data-sources/client_config)| data source |
24
+
|[azurerm_resource_group.main](https://registry.terraform.io/providers/hashicorp/azurerm/4.14.0/docs/data-sources/resource_group)| data source |
26
25
27
26
## Inputs
28
27
@@ -31,11 +30,10 @@ No modules.
31
30
| <aname="input_acr_admin_enabled"></a> [acr\_admin\_enabled](#input\_acr\_admin\_enabled)| Specifies whether the admin user is enabled. Defaults to false. |`string`|`"false"`| no |
32
31
| <aname="input_acr_name"></a> [acr\_name](#input\_acr\_name)| Specifies the name of the Container Registry. Changing this forces a new resource to be created. |`string`| n/a | yes |
33
32
| <aname="input_acr_tier"></a> [acr\_tier](#input\_acr\_tier)| The SKU name of the container registry. Possible values are Basic, Standard and Premium. Classic (which was previously Basic) is supported only for existing resources. |`string`|`"Basic"`| no |
34
-
| <aname="input_default_tags"></a> [default\_tags](#input\_default\_tags)| A mapping of tags to assign to the resource. |`map(any)`| <pre>{<br/> "ManagedByTerraform": "True"<br/>}</pre> | no |
35
-
| <aname="input_environment"></a> [environment](#input\_environment)| Variable that defines the name of the environment. |`string`|`"dev"`| no |
36
-
| <aname="input_region"></a> [region](#input\_region)| Region in which resources are deployed. |`string`|`"weu"`| no |
37
-
| <aname="input_resource_group_location"></a> [resource\_group\_location](#input\_resource\_group\_location)| Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. |`string`|`"West Europe"`| no |
38
-
| <aname="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name)| The name of the resource group in which to create the container registry component. Changing this forces a new resource to be created. |`string`| n/a | yes |
33
+
| <aname="input_default_tags"></a> [default\_tags](#input\_default\_tags)| A map of default tags to assign to all resources, aiding in resource organization and cost tracking. |`map(string)`| n/a | yes |
34
+
| <aname="input_environment"></a> [environment](#input\_environment)| The name of the environment to deploy resources into, such as 'dev', 'test', or 'prod'. |`string`| n/a | yes |
35
+
| <aname="input_resource_group_location"></a> [resource\_group\_location](#input\_resource\_group\_location)| The Azure region where the resource group is located. Changing this value will recreate the Container Registry. |`string`| n/a | yes |
36
+
| <aname="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name)| The name of the resource group in which the Container Registry will be created. Modifying this value will recreate the resource. |`string`| n/a | yes |
39
37
40
38
## Outputs
41
39
@@ -45,4 +43,3 @@ No modules.
45
43
| <aname="output_admin_username"></a> [admin\_username](#output\_admin\_username)| The Username associated with the Container Registry Admin account - if the admin account is enabled. |
46
44
| <aname="output_id"></a> [id](#output\_id)| The ID of the Container Registry. |
47
45
| <aname="output_login_server"></a> [login\_server](#output\_login\_server)| The URL that can be used to log into the container registry. |
0 commit comments