Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Sep 10, 2024
1 parent 7beaad7 commit 60b97e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/eks/vpn.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ module "gha_vpn" {
}

resource "aws_acm_certificate" "client_vpn" {
certificate_authority_arn = aws_acmpca_certificate_authority.client_vpn.arn
domain_name = "${var.env}.notification.canada.ca"
certificate_authority_arn = aws_acmpca_certificate_authority.client_vpn.arn
domain_name = "${var.env}.notification.canada.ca"

tags = {
Environment = var.env
Expand Down

0 comments on commit 60b97e8

Please sign in to comment.