diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index b936890..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,13 +0,0 @@ -image: - name: hashicorp/terraform:latest - -before_script: - - terraform --version - -stages: - - validate - -validate: - stage: validate - script: - - validate \ No newline at end of file