Terraform은 Cloud Storage에 대한 리소스와 권한을 프로비저닝하는 데 사용할 수 있는 코드형 인프라(IaC) 도구입니다.
Terraform은 Cloud Shell과 통합되며, Cloud Shell은 Terraform을 자동으로 인증합니다.
Cloud Storage에서 Terraform을 사용할 때 원하는 인프라를 설명하는 Terraform 구성 파일을 만듭니다. 구성을 적용하면 Terraform에서 실행 계획을 만들고 인프라를 프로비저닝하는 데 필요한 작업을 수행합니다. 예를 들어 Terraform을 사용하여 스토리지 버킷을 만들고 객체를 업로드하며 해당 객체의 수명 주기를 제어할 수 있습니다.
Cloud Storage용 Terraform 리소스
다음 표에는 현재 Cloud Storage에서 사용할 수 있는 Terraform 리소스와 Cloud Storage 문서의 Terraform 구성 샘플에 대한 링크가 나와 있습니다.
[[["이해하기 쉬움","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-05(UTC)"],[],[],null,["# Terraform support for Cloud Storage\n\n[Terraform](https://www.terraform.io/) is an infrastructure-as-code (IaC) tool that\nyou can use to provision resources and permissions for Cloud Storage.\nTerraform is integrated with [Cloud Shell](/shell/docs/using-cloud-shell), and\nCloud Shell automatically authenticates Terraform.\n\nWhen you use Terraform with Cloud Storage, you create a\n[Terraform configuration file](https://developer.hashicorp.com/terraform/language) that describes your\ndesired infrastructure. When you [apply the configuration](https://developer.hashicorp.com/terraform/cli/commands/apply),\nTerraform creates an execution plan and performs the operations needed\nto provision your infrastructure. For example, you can use Terraform to\ncreate storage buckets, upload objects, and control the lifecycle of those\nobjects.\n\nTerraform resources for Cloud Storage\n-------------------------------------\n\nThe following table lists the [Terraform resources](https://developer.hashicorp.com/terraform/language/resources) that\nare currently available for Cloud Storage, with links to\nTerraform configuration samples in Cloud Storage\ndocumentation:\n\nWhat's next\n-----------\n\nComplete the [Terraform quickstart for Cloud Storage](/storage/docs/terraform-create-bucket-upload-object) to\nget a quick understanding of how to provision Cloud Storage resources."]]