Skip to content

Commit

Permalink
make adminer subdomain unique
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Jul 16, 2024
1 parent c7e4061 commit c983def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ module "adminer" {
app_env = var.app_env
vpc_id = module.vpc.id
alb_https_listener_arn = module.alb.https_listener_arn
subdomain = "adminer"
subdomain = "adminer-${local.app_name_and_env}"
cloudflare_domain = var.domain_name
ecs_cluster_id = module.ecsasg.ecs_cluster_id
ecsServiceRole_arn = module.ecsasg.ecsServiceRole_arn
Expand Down

0 comments on commit c983def

Please sign in to comment.