Skip to content

Commit

Permalink
✏️ Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson authored Apr 19, 2024
1 parent 0c2d9e9 commit e89a28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_safe_haven/infrastructure/common/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ class NetworkingPriorities(int, Enum):

@verify(UNIQUE)
class Ports(str, Enum):
AZURE_BASTIAN_1 = (
AZURE_BASTION_1 = (
"8080" # https://learn.microsoft.com/en-us/azure/bastion/bastion-nsg
)
AZURE_BASTIAN_2 = "5701"
AZURE_BASTION_2 = "5701"
DNS = "53"
HTTP = "80"
HTTPS = "443"
Expand Down

0 comments on commit e89a28f

Please sign in to comment.