Skip to content

Commit

Permalink
Update README to match the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed Apr 12, 2022
1 parent a58487d commit 5a9edaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This setup allows you to:
```hcl
module "vpc" {
source = "cookpad/eks/aws//modules/vpc"
version = "~> 1.19"
version = "~> 1.21"
name = "us-east-1"
cidr_block = "10.4.0.0/16"
Expand All @@ -34,13 +34,13 @@ module "vpc" {
module "iam" {
source = "cookpad/eks/aws//modules/iam"
version = "~> 1.19"
version = "~> 1.21"
}
module "cluster" {
source = "cookpad/eks/aws//modules/cluster"
version = "~> 1.19"
version = "~> 1.21"
name = "hal-9000"
Expand All @@ -50,7 +50,7 @@ module "cluster" {
module "node_group" {
source = "cookpad/eks/aws//modules/asg_node_group"
version = "~> 1.19"
version = "~> 1.21"
cluster_config = module.cluster.config
Expand Down

0 comments on commit 5a9edaf

Please sign in to comment.