Skip to content

Commit

Permalink
add placeholder domain names to get services set up
Browse files Browse the repository at this point in the history
  • Loading branch information
jflm committed Sep 4, 2024
1 parent bec4257 commit f906ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mobile-backend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ locals {
}

resource "fastly_service_vcl" "mobile_backend_service" {
name = "Mobile backend - ${title(var.environment)}"
name = "GOV.UK App mobile backend - ${title(var.environment)}"
http3 = true

domain {
Expand Down

0 comments on commit f906ff9

Please sign in to comment.