July 2018
Intermediate to advanced
506 pages
16h 2m
English
Cloud Deployment Manager does not currently provide any method to recreate missing resources. Instead, developers must manually remediate the deployment's state. There are generally two approaches to achieving this.
The first approach is to recreate the required resources, allowing Cloud Deployment Manager to acquire the resources during future updates. This approach may result in resources that are different than if they had been created by Cloud Deployment Manager directly. This not preferable as it introduces the risk of configuration drift.
The second, better approach is to delete the underlying resources if they still exist, and then remove the related resource representation from the deployment state. In order to correct ...