mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-13 05:45:12 +01:00
Merge pull request #48 from kamilhristov/master
Bump module version in usage example
This commit is contained in:
@@ -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")}"
|
||||
|
||||
Reference in New Issue
Block a user