Skip to content

Commit

Permalink
add terraform init
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcwhorter-ddl committed Oct 30, 2024
1 parent 2ec9425 commit f3f8271
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ commands:
description: "Sets Terraform variables"
steps:
- set_aws_creds
- run:
name: Terraform init
command: terraform init
- run:
name: Terraform test
command: terraform test -verbose
Expand Down

0 comments on commit f3f8271

Please sign in to comment.