
Answer-first summary for fast verification
Answer: dependsOn
Correct answer is `dependsOn`. By specifying dependencies using the `dependsOn` option in your configuration files or templates, Deployment Manager ensures that these dependencies are created or updated before the resource itself. This is crucial for managing explicit dependencies in your deployments. Reference: [Cloud Deployment Manager Documentation](https://cloud.google.com/deployment-manager/docs/configuration/create-explicit-dependencies).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are preparing to deploy some Cloud Deployment Manager templates and need to ensure specific requirements ("explicit") exist before the templates deploy. Which option would you add to your templates or configuration files to achieve this?
A
properties
B
deployON
C
variables
D
dependsOn
No comments yet.