Skip to content

Commit

Permalink
remove https for hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
emmastephenson committed Nov 2, 2023
1 parent fa54cf2 commit 5c64cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/implementation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ resource "helm_release" "building_blocks" {

set {
name = "ingressHostname"
value = "https://${var.resource_group_name}-${terraform.workspace}.${var.location}.cloudapp.azure.com"
value = "${var.resource_group_name}-${terraform.workspace}.${var.location}.cloudapp.azure.com"
}

set {
Expand Down

0 comments on commit 5c64cf4

Please sign in to comment.