mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
remove step from readme
This commit is contained in:
parent
9e886a82c3
commit
fdb7cbc1b5
@ -41,13 +41,6 @@ chmod +x terraform && mv terraform /usr/local/bin/
|
||||
terraform
|
||||
```
|
||||
|
||||
# Generate SSH key for our EC2 workers
|
||||
|
||||
```
|
||||
ssh-keygen -t rsa -b 4096 -N 'VeryStrongSecret123!' -C "your_email@example.com" -q -f ~/.ssh/id_rsa
|
||||
SSH_KEY=$(cat ~/.ssh/id_rsa.pub)
|
||||
```
|
||||
|
||||
## Terraform Amazon Kubernetes Provider
|
||||
|
||||
Documentation on all the Kubernetes fields for terraform [here](https://www.terraform.io/docs/providers/aws/r/eks_cluster.html)
|
||||
|
Loading…
x
Reference in New Issue
Block a user