Skip to content

Commit

Permalink
Fix matomo terraform config
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed May 9, 2024
1 parent 507fbba commit d84396f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/matomo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ resource "aws_ecs_task_definition" "matomo" {

resource "aws_service_discovery_private_dns_namespace" "default" {
count = var.is_dmz ? 1 : 0
name = "cfs.lz.us-cert.gov"
name = "crossfeed.local"
description = "Crossfeed ${var.stage}"
vpc = aws_vpc.crossfeed_vpc[0].id
}
Expand Down

0 comments on commit d84396f

Please sign in to comment.