init
This commit is contained in:
commit
52843aa9e7
13 changed files with 920 additions and 0 deletions
11
.woodpecker.yml
Normal file
11
.woodpecker.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
when:
|
||||
branch: main
|
||||
event: push
|
||||
|
||||
steps:
|
||||
- name: validate
|
||||
image: hashicorp/terraform:1.10
|
||||
commands:
|
||||
- terraform init -backend=false
|
||||
- terraform validate
|
||||
- terraform fmt -check
|
||||
Loading…
Add table
Add a link
Reference in a new issue