Depends_on

In this lesson, we'll discuss the depends_on attribute in detail.

We'll cover the following...

Depends_on

We have seen thus far that, where possible, you should tell Terraform about dependencies by referring to one resource in the one that depends on it. The depends_on attribute offers a way to specify a dependency by hand. This ...