[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-09-04 UTC。"],[[["\u003cp\u003eBeta features are subject to the "Pre-GA Offerings Terms" and are provided "as is" with potentially limited support.\u003c/p\u003e\n"],["\u003cp\u003eTo create resources using a Google Cloud type provider, use the \u003ccode\u003egcp-types/[PROVIDER]:[RESOURCE]\u003c/code\u003e syntax in your configuration.\u003c/p\u003e\n"],["\u003cp\u003eA wide range of Google Cloud services, including Compute Engine, BigQuery, and Cloud Storage, are supported with their respective type providers.\u003c/p\u003e\n"],["\u003cp\u003eYou can view a list of available resource types, including alpha resources, by running the command \u003ccode\u003egcloud beta deployment-manager types list --project gcp-types\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eConsider utilizing production-ready templates from the Cloud Foundation Toolkit Project in the Deployment Manager GitHub repository to speed up the creation of deployments.\u003c/p\u003e\n"]]],[],null,["# Supported Google Cloud type providers\n\n| **Beta**\n|\n|\n| This feature is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA features are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\nIf you want to create a resource using a Google Cloud\ntype provider, use the following syntax in your configuration: \n\n```yaml\nresources:\n- name: example-resource\n type: gcp-types/[PROVIDER]:[RESOURCE]\n properties:\n ...\n```\n\nWhere `[PROVIDER]` is a Google Cloud service, such as `compute-v1`, and\n`[RESOURCE]` is the resource you want to create, such as `instances`.\n\nFor example, if you want to create a reserved IP address using the\nCompute Engine v1 API, use the following syntax: \n\n type: gcp-types/compute-v1:addresses\n\nThe following is a list of Google Cloud type providers supported for\ndeployments. To speed up creating your deployments, consider using\nthe production-ready templates from the\n[Cloud Foundation Toolkit Project](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit)\nin the Deployment Manager GitHub repository.\n\nDepending on the service and its launch stage, you might be able to create\nadditional resource types in your deployments. For a full list of resource\ntypes, including resources that are in alpha, run the following command: \n\n gcloud beta deployment-manager types list --project gcp-types\n\nYou can also create your own type providers, such as for third-party APIs. For\nan overview of creating a type provider, see\n[Integrating with Deployment Manager](/deployment-manager/docs/configuration/type-providers/process-adding-api)."]]