[[["容易理解","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-07-14 (世界標準時間)。"],[[["Deployment Manager automatically creates environment variables for each deployment, providing information about the project and deployment."],["These environment variables, such as `deployment`, `project`, and `project_number`, can be used within Jinja2 or Python templates to dynamically configure resources."],["The `current_time` environment variable provides a UTC timestamp of when the deployment expansion started."],["Templates utilize environment variables using the `{{ env[\"variable_name\"] }}` syntax for Jinja2 and `context.env[\"variable_name\"]` for Python."],["Environment variables can be used to define or alter resource names and properties within a template, such as appending the deployment name to a VM instance."]]],[]]