Skip to content

Commit 9d8ae0e

Browse files
committed
Creating module structure
0 parents  commit 9d8ae0e

File tree

6 files changed

+859
-0
lines changed

6 files changed

+859
-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)