Skip to content

Commit

Permalink
Added privatelink azurewebsites to privatelink set (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchow8 authored Jul 4, 2023
1 parent ee8c4e4 commit cf29f3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/01-network/11-inputs-default.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ variable "private_endpoint_private_dns_zones" {
"privatelink.service.signalr.net",
"privatelink.servicebus.windows.net",
"private.postgres.database.azure.com",
"privatelink.azurewebsites.net"
]
}

Expand Down Expand Up @@ -83,4 +84,4 @@ variable "additional_subnets" {

variable "expiresAfter" {
default = "3000-01-01"
}
}

0 comments on commit cf29f3c

Please sign in to comment.