Fix terraform formatting (#5823)

This commit is contained in:
Pierre Gaxatte
2020-03-27 13:46:24 +01:00
committed by GitHub
parent a60e4c0a3f
commit a8822e24b0
4 changed files with 48 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
output "kube-master-profile" {
value = "${aws_iam_instance_profile.kube-master.name }"
value = "${aws_iam_instance_profile.kube-master.name}"
}
output "kube-worker-profile" {
value = "${aws_iam_instance_profile.kube-worker.name }"
value = "${aws_iam_instance_profile.kube-worker.name}"
}