diff --git a/.drone.yml b/.drone.yml index 35f771e..9afdae8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,10 +8,18 @@ trigger: - main steps: - - name: Terraform FMT PR + - name: Terraform syntax check image: hashicorp/terraform:1.5 commands: - terraform -chdir=infrastructure fmt -diff -check # when: # event: + # - pull_request + - name: terraform plan + image: hashicorp/terraform:1.5 + commands: + - terraform init + - terraform plan + # when: + # event: # - pull_request \ No newline at end of file