Skip to content

Commit

Permalink
Import the PCA (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Oct 22, 2024
1 parent 805e5b2 commit a80b657
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/terragrunt_create_dev_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,12 @@ jobs:
cd aws
op read op://4eyyuwddp6w4vxlabrr2i2duxm/"TERRAFORM_SECRETS_${{env.ENVIRONMENT}}"/notesPlain > ${{env.ENVIRONMENT}}.tfvars
- name: Import Private Cert
run: |
cd env/${{env.ENVIRONMENT}}/eks
PCA_ARN=$(aws acm-pca list-certificate-authorities --query 'CertificateAuthorities[?Status == `ACTIVE`].Arn' --output text)
terragrunt import aws_acmpca_certificate_authority.client_vpn $PCA_ARN
- name: terragrunt apply eks
run: |
cd env/${{env.ENVIRONMENT}}/eks
Expand Down

0 comments on commit a80b657

Please sign in to comment.