Merge pull request #48 from kamilhristov/master

Bump module version in usage example
This commit is contained in:
Brandon J. O'Connor
2018-06-29 19:15:59 -07:00
committed by GitHub

View File

@@ -24,7 +24,6 @@ A full example leveraging other community modules is contained in the [examples/
```hcl ```hcl
module "eks" { module "eks" {
source = "terraform-aws-modules/eks/aws" source = "terraform-aws-modules/eks/aws"
version = "0.1.0"
cluster_name = "test-eks-cluster" cluster_name = "test-eks-cluster"
subnets = ["subnet-abcde012", "subnet-bcde012a"] subnets = ["subnet-abcde012", "subnet-bcde012a"]
tags = "${map("Environment", "test")}" tags = "${map("Environment", "test")}"