diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 661866a..f1a7688 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,3 +16,8 @@ jobs: - name: Lint Terraform run: | terraform fmt -recursive -check + - name: Validate Terraform example + run: | + terraform init -backend=false + terraform validate + working-directory: examples/basic