Skip to content

Commit 67a3d19

Browse files
authored
Merge pull request #4 from solidnerd/add-circleci-tests
Add circleci tests
2 parents e491b9a + fb827a6 commit 67a3d19

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.circleci/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ jobs:
1010
name: Validate Terraform Formatting
1111
command: "[ -z \"$(terraform fmt -write=false)\" ] || { terraform fmt -write=false -diff; exit 1;}"
1212

13+
workflows:
14+
version: 2
15+
validate:
16+
jobs:
17+
- validate_terraform

outputs.tf

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ output "node_ips" {
55
output "master_ips" {
66
value = ["${hcloud_server.master.*.ipv4_address}"]
77
}
8-

0 commit comments

Comments
 (0)