notes/devops/iaas/terraform/docs/presentations.txt
ihar_hancharenka b7a10a4601 m
2025-10-28 11:27:12 +03:00

27 строки
1.1 KiB
Plaintext

2025
JoshGeissler - How To Structure Your Terraform Projects (Don't Make This Mistake) 0:00 of 8:48
https://www.youtube.com/watch?v=zPLcG2EwcJc
Otus - Infrastructure as a Code 0:00 of 2:11:02
https://www.youtube.com/watch?v=oYKMoKllpbY
Otus - Terraform Patterns Antipatterns and Modularity 0:00 of 2:00:53
https://www.youtube.com/watch?v=Ay6hRs5kFKA
Otus - Terraform Manifests Generation 0:00 of 1:37:08
https://www.youtube.com/watch?v=ZBcx_GIJlLU
Otus - Terraform Patterns Antipatterns and Modularity 0:00 of 2:00:53
https://www.youtube.com/watch?v=Ay6hRs5kFKA
2023
TravisMedia - Why You NEED To Learn Terraform | Practical Tutorial 0:00 of 27:32
https://www.youtube.com/watch?v=nvNqfgojocs
2020
TechWorldWithNana - Terraform explained in 15 mins | Terraform Tutorial for Beginners of 18:14
https://www.youtube.com/watch?v=l5k1ai_GBDE
! 08:40 Arch consists of:
! core - takes tf-input and create a plan of what needs to be done (compares current state with desired one)
! state
! providers for specific technologies
! 15:30 command
! refresh
! plan (preview)
! apply
! destroy