Skip to content

Commit 3d38978

Browse files
committed
First version of the module
0 parents  commit 3d38978

File tree

9 files changed

+1252
-0
lines changed

9 files changed

+1252
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: hashicorp/terraform
6+
steps:
7+
- checkout
8+
- run: terraform init
9+
- run: terraform validate

0 commit comments

Comments
 (0)