Terraform은 Cloud Workstations에 대한 리소스와 권한을 프로비저닝하는 데 사용할 수 있는 코드형 인프라(IaC) 도구입니다. Terraform을 사용하여 Google Cloud에서 인프라를 프로비저닝하는 방법을 알아보려면 Google Cloud 기반 Terraform 문서를 참조하세요.
Terraform을 사용하여 Cloud Quotas로 다음을 수행할 수 있습니다.
프로젝트, 폴더 또는 조직의 할당량에 대한 QuotaInfo 데이터 소스를 검색합니다.
특정 프로젝트, 폴더 또는 조직의 모든 할당량에 대한 QuotaInfos 데이터 소스를 나열합니다.
선호하는 할당량 값을 지정하는 새 QuotaPreference 할당량 구성을 만들거나 기존 구성을 업데이트합니다.
[[["이해하기 쉬움","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\u003eTerraform, an Infrastructure as Code (IaC) tool, can be used to provision resources and permissions for Cloud Quotas.\u003c/p\u003e\n"],["\u003cp\u003eWith Cloud Quotas, Terraform can retrieve individual \u003ccode\u003eQuotaInfo\u003c/code\u003e data, list all \u003ccode\u003eQuotaInfos\u003c/code\u003e, and create or update \u003ccode\u003eQuotaPreference\u003c/code\u003e configurations.\u003c/p\u003e\n"],["\u003cp\u003eTerraform is readily available within Cloud Shell, or it can be independently installed using the instructions from HashiCorp.\u003c/p\u003e\n"],["\u003cp\u003eCloud Quotas offers Terraform resources such as \u003ccode\u003egoogle_cloud_quotas_quota_preference\u003c/code\u003e and \u003ccode\u003egoogle_cloud_quotas_quota_adjuster_settings\u003c/code\u003e, alongside data sources like \u003ccode\u003egoogle_cloud_quotas_quota_info\u003c/code\u003e and \u003ccode\u003egoogle_cloud_quotas_quota_infos\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Terraform support for Cloud Quotas\n\n[Terraform](https://www.terraform.io/)\nis an Infrastructure as code (IaC) tool that you can use to provision resources\nand permissions for Cloud Quotas. To learn how to use Terraform\nto provision infrastructure on Google Cloud, refer to the\n[Terraform on Google Cloud documentation](/docs/terraform).\n\nYou can use Terraform to do the following with Cloud Quotas:\n\n- Retrieve the `QuotaInfo` data source of a quota for a project, folder or organization.\n- List `QuotaInfos` data source of all quotas for a given project, folder or organization.\n- Create a new, or update an existing, `QuotaPreference` quota configuration that specifies the preferred value for a quota.\n\nBefore you begin\n----------------\n\nBefore you begin, you need access to Terraform:\n\n- If you're getting started, note that [Cloud Shell](/shell/docs) has\n Terraform already integrated, and you can follow this step by step\n tutorial,\n [Deploy a basic Flask web server](/docs/terraform/get-started-with-terraform)\n using Terraform and Cloud Shell.\n\n- If you'd prefer to install Terraform yourself, see HashiCorp's\n [Terraform installation instructions](https://developer.hashicorp.com/terraform/tutorials/gcp-get-started/install-cli).\n\nTo use Terraform with Cloud Quotas,\n[create a configuration file](https://developer.hashicorp.com/terraform/language)\nto describe your infrastructure, and then\n[apply the configuration file](https://developer.hashicorp.com/terraform/cli/commands/apply)\nto create an execution plan and perform operations to provision your\ninfrastructure.\n\nTerraform resources and data sources\n------------------------------------\n\nThe following lists contain links to Cloud Quotas Terraform\nresources and data source samples that appear in the\n[Terraform registry](https://registry.terraform.io/providers/hashicorp/google/latest/docs/).\n\n### Resources\n\nCloud Quotas provides the following Terraform resources:\n\n- [google_cloud_quotas_quota_preference](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloud_quotas_quota_preference)\n- [google_cloud_quotas_quota_adjuster_settings](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloud_quotas_quota_adjuster_settings) ([Preview](/products#product-launch-stages))\n\n### Data sources\n\nCloud Quotas provides the following Terraform data sources:\n\n- [google_cloud_quotas_quota_info](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/cloud_quotas_quota_info)\n- [google_cloud_quotas_quota_infos](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/cloud_quotas_quota_infos)\n\nWhat's next\n-----------\n\nLearn more about Terraform:\n\n- [What is Terraform?](https://developer.hashicorp.com/terraform/intro)\n\n- [Terraform Developer website](https://developer.hashicorp.com/terraform/)\n\n- [Terraform Language Documentation](https://developer.hashicorp.com/terraform/language)\n\n- [Terraform CLI Documentation](https://developer.hashicorp.com/terraform/cli)"]]