mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-28 17:02:05 +03:00
README modificaitons
This commit is contained in:
@@ -25,6 +25,7 @@ Make changes in providers.tf accordingly (region, optionally profile)
|
|||||||
|
|
||||||
## Terraform apply
|
## Terraform apply
|
||||||
```
|
```
|
||||||
|
terrafomr init
|
||||||
terraform apply
|
terraform apply
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -43,3 +44,9 @@ kubectl apply -f config-map-aws-auth.yaml
|
|||||||
```
|
```
|
||||||
kubectl get nodes
|
kubectl get nodes
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Destroy
|
||||||
|
Make sure all the resources created by Kubernetes are removed (LoadBalancers, Security groups), and issue:
|
||||||
|
```
|
||||||
|
terraform destroy
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user