Skip to content

Commit 085f7b4

Browse files
committed
Fix TargetHostName format for Synapse MCP Dev DNS forwarding
1 parent c56ced5 commit 085f7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org-formation/800-redirects/_tasks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ SynapseMCPDevDnsForward:
256256
# ID of the synapse.org zone (in Synapse prod account)
257257
SourceHostedZoneId: ZHAU99KV4A1WU
258258
# the value of the CNAME record
259-
TargetHostName: !CopyValue "synaps-AppLo-eUrDchB5Y55d-1276030746.us-east-1.elb.amazonaws.com"
259+
TargetHostName: "synaps-AppLo-eUrDchB5Y55d-1276030746.us-east-1.elb.amazonaws.com"
260260

261261
# forward dev.sagedpe.org to dev EKS stack ALB in org-sagebase-dnt-dev
262262
# apps are setup with terraform at https://github.com/Sage-Bionetworks-Workflows/eks-stack

0 commit comments

Comments
 (0)