Skip to content

Commit

Permalink
fix: add terraform init
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Feb 29, 2024
1 parent e6bcf32 commit e2f5977
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ dependsOn:
- leaky-paywall

tasks:
init:
command:
- terraform
- init
fmt:
deps:
- init
command:
- terraform
- fmt
Expand All @@ -24,6 +30,7 @@ tasks:
- .terraform.lock.hcl
- '*.tf'
deps:
- init
- ^:deploy
deploy:
command:
Expand All @@ -38,4 +45,5 @@ tasks:
- .terraform.lock.hcl
- '*.tf'
deps:
- init
- ^:deploy

0 comments on commit e2f5977

Please sign in to comment.