Use consistent naming of remote provision steps

This commit is contained in:
Dalton Hubble
2018-03-26 00:29:57 -07:00
parent 7acd4931f6
commit de4d90750e
2 changed files with 11 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# Secure copy etcd TLS assets to controllers.
resource "null_resource" "copy-controller-secrets" {
count = "${var.controller_count}"
count = "${var.controller_count}"
connection {
type = "ssh"