Skip to content

Commit 4dacb1a

Browse files
author
Kamil Hristov
committed
Omit module version in usage example
1 parent d2eb2a3 commit 4dacb1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ A full example leveraging other community modules is contained in the [examples/
2424
```hcl
2525
module "eks" {
2626
source = "terraform-aws-modules/eks/aws"
27-
version = "0.1.0"
2827
cluster_name = "test-eks-cluster"
2928
subnets = ["subnet-abcde012", "subnet-bcde012a"]
3029
tags = "${map("Environment", "test")}"

0 commit comments

Comments
 (0)