[[["易于理解","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-03-24。"],[[["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."]]],[]]