[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-16。"],[[["HashiCorp Terraform, an infrastructure-as-code tool, provisions and manages cloud infrastructure, using providers to interact with cloud providers and other APIs."],["For Google Distributed Cloud (GDC) air-gapped, the Kubernetes Provider is used to provision resources because there is no specific GDC air-gapped provider available for Terraform."],["Terraform uses a declarative syntax where users define the desired infrastructure in configuration files, and Terraform handles the provisioning, using `terraform plan` to generate an execution plan and `terraform apply` to execute it."],["The Kubernetes Provider in Terraform manages GDC resources with full lifecycle management of Kubernetes resources, including creating, reading, and updating, with `terraform destroy` handling deletions."],["Terraform resources, including the `kubernetes_manifest` resource, represent infrastructure objects and are used alongside data sources like `kubernetes_resource` and `kubernetes_resources` for managing GDC air-gapped, which is built on top of Kubernetes and supports `CustomResourceDefinition` API."]]],[]]