Skip to content

Commit

Permalink
chore: Add missing targets to terraform apply in `fully-private-clu…
Browse files Browse the repository at this point in the history
…ster` example README (#1453)
  • Loading branch information
nrnrk authored Feb 24, 2023
1 parent 57cacc0 commit 256a794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fully-private-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 256a794

Please sign in to comment.