We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2eb2a3 + 4dacb1a commit 6f25185Copy full SHA for 6f25185
README.md
@@ -24,7 +24,6 @@ A full example leveraging other community modules is contained in the [examples/
24
```hcl
25
module "eks" {
26
source = "terraform-aws-modules/eks/aws"
27
- version = "0.1.0"
28
cluster_name = "test-eks-cluster"
29
subnets = ["subnet-abcde012", "subnet-bcde012a"]
30
tags = "${map("Environment", "test")}"
0 commit comments