Skip to content

Commit

Permalink
fix: hosted-zone/ssl certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
yangoz94 committed Jun 4, 2024
1 parent ff3997d commit 9e8027a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constructs/OgilLoadBalancedECSFargate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class OgilLoadBalancedECSFargate extends Construct {
this,
`${props.appName}-${props.serviceName}-hosted-zone`,
{
domainName: DOMAIN,
domainName: props.domainName,
}
);

Expand Down

0 comments on commit 9e8027a

Please sign in to comment.