diff --git a/examples/fully-private-cluster/README.md b/examples/fully-private-cluster/README.md index b9869d71de..eb8c83f16b 100644 --- a/examples/fully-private-cluster/README.md +++ b/examples/fully-private-cluster/README.md @@ -16,7 +16,7 @@ To provision this example: ```sh terraform init -terraform apply -target module.vpc +terraform apply -target module.vpc -target module.vpc_endpoints -target module.vpc_endpoints_sg terraform apply -target module.eks terraform apply ```