Skip to content

Commit

Permalink
Consistent capitalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger committed Mar 8, 2024
1 parent b46f57f commit 7434b90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
terraform_version: 1.6.1

- name: checkout
- name: Checkout
uses: actions/checkout@v4

- name: Set up Python 3.12
Expand Down Expand Up @@ -104,10 +104,10 @@ jobs:
key: modules_terraform-aws-ca-lambda_build_${{ hashFiles('./modules/terraform-aws-ca-lambda/lambda_code/**') }}_${{ hashFiles('./modules/terraform-aws-ca-lambda/utils/**') }}_py${{ steps.setup_python.outputs.python-version }}
path: ./terraform-aws-ca/modules/terraform-aws-ca-lambda/build

- name: terraform plan
- name: Terraform plan
run: terraform plan -out tfplan

- name: terraform apply
- name: Terraform apply
run: terraform apply -auto-approve tfplan

start_ca:
Expand Down

0 comments on commit 7434b90

Please sign in to comment.