Terraform Depends On
Terraform is an open source tool for managing infrastructure as code. It allows you to change resources without having to manage them by hand. But what if you want to wait for a resource deployment until some other resource is deployed? This is possible by using depends on parameter in the Terraform script. In this tutorial, we will explain you what terraform depends on is all about.