1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

formatting and minor cosmetic fixes

This commit is contained in:
Max Williams
2018-07-09 10:40:25 +02:00
parent f385415c88
commit f881745f00
5 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
resource "aws_eks_cluster" "this" {
resource "aws_eks_cluster" "cluster" {
name = "${var.cluster_name}"
role_arn = "${aws_iam_role.cluster.arn}"
version = "${var.cluster_version}"