[[["容易理解","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-05-29 (世界標準時間)。"],[[["Always generate and review a Terraform plan before applying it, even during local development, and automate the execution of plans through a CI/CD pipeline."],["Utilize service account credentials through workload identity federation for CI/CD pipelines running outside of Google Cloud, and avoid downloading service account keys."],["Avoid importing existing resources whenever possible; instead, create new resources through Terraform to maintain clear resource management, and use the `terraform import` command with explicit approval if deletion of resources is not feasible."],["Refrain from manually modifying the Terraform state file, instead using the `terraform state` command for any necessary state adjustments."],["Regularly review version pins for Terraform, its providers, and modules, and consider automating this with a tool such as Dependabot."]]],[]]