mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-27 10:57:25 +02:00
Omit 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
|
```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")}"
|
||||||
|
|||||||
Reference in New Issue
Block a user