mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Formatting
This commit is contained in:
parent
3ecb0f4fc4
commit
fd03d0310e
builtin/providers/azurerm
@ -301,4 +301,4 @@ func azureRMVirtualNetworkLockNetworkSecurityGroups(networkSecurityGroupNames *[
|
||||
for _, networkSecurityGroupName := range *networkSecurityGroupNames {
|
||||
armMutexKV.Lock(networkSecurityGroupName)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -103,4 +103,4 @@ func parseNetworkSecurityGroupName(networkSecurityGroupId string) (string, error
|
||||
}
|
||||
|
||||
return id.Path["networkSecurityGroups"], nil
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user