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

Omit module version in usage example

This commit is contained in:
Kamil Hristov
2018-06-30 02:42:57 +03:00
parent d2eb2a3ae9
commit 4dacb1af07
-1
View File
@@ -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")}"