Skip to content
代码片段 群组 项目
未验证 提交 4f952867 编辑于 作者: Chance Feick's avatar Chance Feick
浏览文件

docs(reconciler): output value description

上级 df061c23
No related branches found
No related tags found
无相关合并请求
output "stable_revisions" {
value = { for service in google_cloud_run_v2_service.runway_service : service.location => tolist([for each in service.traffic : each.revision if each.tag == "stable"])[0] }
value = { for service in google_cloud_run_v2_service.runway_service : service.location => tolist([for each in service.traffic : each.revision if each.tag == "stable"])[0] }
description = "The mapping of Cloud Run region to current stable Cloud Run revision"
}
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册