changed structure and added drone ci

This commit is contained in:
2023-10-27 11:01:13 +02:00
parent d12d8f1e4d
commit 0ed46a355e
25 changed files with 239 additions and 1994 deletions

18
.drone.yaml Normal file
View File

@@ -0,0 +1,18 @@
kind: pipeline
name: default
type: docker
trigger:
branch:
- main
steps:
- name: Terraform FMT PR
image: hashicorp/terraform:1.5
environment:
command:
- "-chdir=infrastructure fmt -diff -check"
when:
event:
- pull_request