Skip to content

Commit f8438e5

Browse files
authored
update cname record (#25)
1 parent a03ba72 commit f8438e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cdk/cistack/cistack_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def __init__(self, scope: Construct, id: str, **kwargs) -> None:
105105
zone=route53.HostedZone.from_lookup(
106106
self, "DashiZone", domain_name="cto.redislabs.com"
107107
),
108-
record_name="dashiv2",
108+
record_name="dashi",
109109
target=route53.RecordTarget.from_alias(
110110
aws_route53_targets.LoadBalancerTarget(lb)
111111
),

0 commit comments

Comments
 (0)