From the course: Learning Terraform
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Next steps - Terraform Tutorial
From the course: Learning Terraform
Next steps
- [Instructor] This course is meant as a very basic introduction. Let's look at some of the next steps on your journey learning Terraform. When I first started working with Terraform, there weren't really many good modules available. But in the last few years, the Terraform Registry has become an incredible resource. Before you start any Terraform-related project, I'd recommend looking at the registry to see if someone else has already solved the problem. Even if you don't use the module, you can often get a good starting place for how you want to create your own. Unlike your application code, your infrastructure is probably substantially similar to a lot of others. If you can't find what you need in the registry, you can often find a great starting point by searching the web and looking at examples from blogs or Stack Exchange. As Picasso said, "Good artists copy. Great artists steal." Terraform has some of the best documentation I've ever encountered so even though this is an…