We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e491b9a + fb827a6 commit 67a3d19Copy full SHA for 67a3d19
.circleci/config.yml
@@ -10,3 +10,8 @@ jobs:
10
name: Validate Terraform Formatting
11
command: "[ -z \"$(terraform fmt -write=false)\" ] || { terraform fmt -write=false -diff; exit 1;}"
12
13
+workflows:
14
+ version: 2
15
+ validate:
16
+ jobs:
17
+ - validate_terraform
outputs.tf
@@ -5,4 +5,3 @@ output "node_ips" {
5
output "master_ips" {
6
value = ["${hcloud_server.master.*.ipv4_address}"]
7
}
8
-
0 commit comments