Skip to content

Commit

Permalink
Merge pull request #355 from DFE-Digital/fix-ga-wif-name-for-dev-clus…
Browse files Browse the repository at this point in the history
…ters

Add dev cluster env to ga_wif naming
  • Loading branch information
RMcVelia authored Jan 16, 2025
2 parents 14f724c + f4caebb commit 19ff3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/terraform_kubernetes/github_actions_wif.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "azurerm_user_assigned_identity" "ga_wif" {
for_each = var.ga_wif_managed_id

location = data.azurerm_resource_group.resource_group.location
name = "${var.resource_prefix}-ga-wif-${var.config}-${each.key}-id"
name = "${var.resource_prefix}-ga-wif-${var.environment}-${each.key}-id"
resource_group_name = var.resource_group_name
}

Expand Down

0 comments on commit 19ff3c8

Please sign in to comment.