explicit dependency, implicit dependency, input variable, and output variable in terra form
Feb 14, 2025 · 2 min read · 1. Explicit Dependency Explicit dependencies are dependencies that are defined by the user in the configuration using the depends_on argument. This tells Terraform that a particular resource explicitly depends on another resource, ensuring that the d...
Join discussion