Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gquadrati committed Sep 27, 2023
1 parent 3ada6ea commit bf1ba5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/storage_locked_profiles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "azurerm_private_endpoint" "locked_profiles_storage_table" {
name = "${module.locked_profiles_storage.name}-table-endpoint"
location = azurerm_resource_group.rg_internal.location
resource_group_name = azurerm_resource_group.rg_internal.location
subnet_id = module.private_endpoints_subnet.id
subnet_id = module.private_endpoints_subnet.id

private_service_connection {
name = "${module.locked_profiles_storage.name}-table"
Expand Down

0 comments on commit bf1ba5a

Please sign in to comment.