Skip to content

Commit

Permalink
fix: Change the terraform destroy description
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Lanser <[email protected]>
  • Loading branch information
Tommylans committed May 24, 2024
1 parent 20088e4 commit 0482f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ De lifecylce van de cli:
1. `terraform init` -> Dit initialiseert de terraform cli met de provider en de state.
2. `terraform plan` -> Dit toont alle resources die worden gemaakt of gewijzigd.
3. `terraform apply` -> Dit maakt de resources aan op basis van wat er verschild tussen de state en de configuratie.
4. `terraform destroy` -> Dit verwijdert alle resources die worden gemaakt of gewijzigd.
4. `terraform destroy` -> Dit verwijdert alle resources die er op dit moment zijn.

---
layout: cover
Expand Down

0 comments on commit 0482f31

Please sign in to comment.