mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 07:01:56 +03:00
README modificaitons
This commit is contained in:
@@ -25,6 +25,7 @@ Make changes in providers.tf accordingly (region, optionally profile)
|
||||
|
||||
## Terraform apply
|
||||
```
|
||||
terrafomr init
|
||||
terraform apply
|
||||
```
|
||||
|
||||
@@ -43,3 +44,9 @@ kubectl apply -f config-map-aws-auth.yaml
|
||||
```
|
||||
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