Skip to content

Commit

Permalink
CC-2176: Creation of AccessGate Instances
Browse files Browse the repository at this point in the history
  • Loading branch information
SahidKhan89 committed Nov 28, 2023
1 parent c8d4689 commit af076d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/ccms-ebs-upgrade/member-locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ locals {

cert_opts = aws_acm_certificate.external.domain_validation_options
cert_arn = aws_acm_certificate.external.arn
cert_zone_id = data.aws_route53_zone.network-services.zone_id
cert_zone_id = data.aws_route53_zone.external.zone_id
}

0 comments on commit af076d6

Please sign in to comment.