Google
ASSOCIATE-CLOUD-ENGINEER · Question #56
You significantly changed a complex Deployment Manager template and want to confirm that the dependencies of all defined resources are properly met before committing it to the project. You want the mo
The correct answer is D. Execute the Deployment Manager template using the ?preview option in the same project, and. Deployment Manager provides the preview feature to check on what resources would be created. https://cloud.google.com/deployment-manager/docs/deployments/updating-deployments
Submitted by dimitri_ru· Mar 30, 2026Deploying and implementing a cloud solution
Question
You significantly changed a complex Deployment Manager template and want to confirm that the dependencies of all defined resources are properly met before committing it to the project. You want the most rapid feedback on your changes. What should you do?
Options
- AUse granular logging statements within a Deployment Manager template authored in Python.
- BMonitor activity of the Deployment Manager execution on the Stackdriver Logging page of the
- CExecute the Deployment Manager template against a separate project with the same
- DExecute the Deployment Manager template using the ?preview option in the same project, and
How the community answered
(57 responses)- A14% (8)
- B4% (2)
- C9% (5)
- D74% (42)
Explanation
Deployment Manager provides the preview feature to check on what resources would be created. https://cloud.google.com/deployment-manager/docs/deployments/updating-deployments
Topics
#Deployment Manager#preview#template validation#infrastructure as code
Community Discussion
No community discussion yet for this question.