[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-12-17 UTC。"],[[["A configuration can be used to create a deployment, which in turn creates the resources defined within that configuration, as demonstrated by the creation of two virtual machine (VM) instances."],["The `gcloud deployment-manager deployments create` command is used to deploy a configuration, and you can confirm successful deployment by observing the completion messages in the output."],["You can view a list of the created resources within a deployment using the `gcloud deployment-manager resources list` command, or you can find detailed information about a deployment using `gcloud deployment-manager deployments describe`."],["The Google Cloud console provides a visual interface to see all deployments and their associated resources, allowing you to understand the hierarchy of resources, and you can navigate to the Deployments page to see them."],["To avoid conflicts and potential charges for Compute Engine resources, it is important to delete a deployment when it is no longer needed using `gcloud deployment-manager deployments delete`, which will also remove the resources included in it."]]],[]]