File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ provider "azurerm" {
1212data "azurerm_client_config" "current_client_config" {}
1313
1414locals {
15- name = " lacoster-23 "
16- environment = " maximum-32 "
15+ name = " app "
16+ environment = " test "
1717 label_order = [" name" , " environment" ]
1818}
1919
@@ -81,9 +81,9 @@ module "vault" {
8181 azurerm.main_sub = azurerm
8282 }
8383
84- name = " oliveware-23 "
85- environment = " vilod-32 "
86- label_order = [ " name " , " environment " , ]
84+ name = local . name
85+ environment = local . environment
86+ label_order = local . label_order
8787 resource_group_name = module. resource_group . resource_group_name
8888 location = module. resource_group . resource_group_location
8989 admin_objects_ids = [data . azurerm_client_config . current_client_config . object_id ]
You can’t perform that action at this time.
0 commit comments