diff --git a/.drone.yml b/.drone.yml index 9afdae8..cf72aaf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,8 +18,8 @@ steps: - name: terraform plan image: hashicorp/terraform:1.5 commands: - - terraform init - - terraform plan + - terraform -chdir=infrastructure init + - terraform -chdir=infrastructure plan # when: # event: # - pull_request \ No newline at end of file