We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 747f022 + 953af45 commit 7d539bcCopy full SHA for 7d539bc
README.md
@@ -55,7 +55,7 @@ cd terraform/ecs && terraform init && terraform apply -var-file="../testing-suit
55
### 2.3 don't forget to clean the resources
56
57
```shell
58
-cd terraform/ecs && terraform destory"
+cd terraform/ecs && terraform destroy
59
```
60
## 3. Run EC2
61
@@ -74,7 +74,7 @@ cd terraform/ec2 && terraform init && terraform apply -var="sshkey_s3_bucket={th
74
75
### 3.3 don't forget to clean the resources
76
77
-cd terraform/ec2 && terraform destory
+cd terraform/ec2 && terraform destroy
78
79
80
## 4. Run EKS
0 commit comments