fixed option to set descriptions for environment tag values (#3174)
This commit is contained in:
@@ -60,7 +60,7 @@ locals {
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
description = try(
|
description = try(
|
||||||
local.tags.environment.values[v].description, null
|
local.tags.environment.values[v.tag_name].description, null
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user