From 4dacb1af0776980d060596446981cb78bf67e103 Mon Sep 17 00:00:00 2001 From: Kamil Hristov Date: Sat, 30 Jun 2018 02:42:57 +0300 Subject: [PATCH] Omit module version in usage example --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a17ff9d..d33bb6f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ A full example leveraging other community modules is contained in the [examples/ ```hcl module "eks" { source = "terraform-aws-modules/eks/aws" - version = "0.1.0" cluster_name = "test-eks-cluster" subnets = ["subnet-abcde012", "subnet-bcde012a"] tags = "${map("Environment", "test")}"