mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-10 15:17:03 +07:00
1.8 KiB
1.8 KiB
Testing, Tools & Alternatives
Code Rot
- Out of band changes
- Unpinned versions
- Deprecated dependancies
- Unapplied changes
Testing
Built in
- terraform fmt
- terraform validate
- terraform plan
- custom validation rules
External tools
- tflint
- Scanning tools - checkov, tfsec, terrascan, terraform-compliance, snyk
- Managed Cloud offering - terraform sentinal
Automated testing - Terratest / Shell Scripts
Terraform Cloud
Terragrunt
runatlantis.io
Alternatives
Pulumi
Resources
I have listed a lot of resources down below and I think this topic has been covered so many times out there, If you have additional resources be sure to raise a PR with your resources and I will be happy to review and add them to the list.
- What is Infrastructure as Code? Difference of Infrastructure as Code Tools
- Terraform Tutorial | Terraform Course Overview 2021
- Terraform explained in 15 mins | Terraform Tutorial for Beginners
- Terraform Course - From BEGINNER to PRO!
- HashiCorp Terraform Associate Certification Course
- Terraform Full Course for Beginners
- KodeKloud - Terraform for DevOps Beginners + Labs: Complete Step by Step Guide!
- Terraform Simple Projects
- Terraform Tutorial - The Best Project Ideas
- Awesome Terraform
See you on Day 57