Skip to content

Commit

Permalink
formatting (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Oct 28, 2024
1 parent 7da38ab commit ba7962f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws/eks/vpn.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ resource "aws_acmpca_certificate" "client_vpn" {
data "external" "get_pca_arn" {
# Get the PCA ARN
# Yes this is horrific. I'm sorry.
program = ["../../../../../../../scripts/getPCAARN.sh"]
program = [var.env == "production" ? "../../../../../../../../scripts/getPCAARN.sh" : "../../../../../../../scripts/getPCAARN.sh"]

}

import {
Expand Down

0 comments on commit ba7962f

Please sign in to comment.