
Explanation:
The 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. For more details, refer to the Google Cloud Deployment Manager documentation.
Ultimate access to all questions.
You're preparing to deploy Cloud Deployment Manager templates and need to ensure specific requirements ("explicit") are met before deployment. Which option should you add to your templates or configuration files? (Select One)
A
variables
B
properties
C
deployON
D
dependsOn
No comments yet.