Add custom stack tags to Pulumi stacks
This commit is contained in:
parent
4e3127cdbc
commit
5db62c1a14
@ -150,6 +150,9 @@ def pulumi_ws(func):
|
||||
)
|
||||
_tags["zdt:cloudbender.owner"] = f"{project_name}.{self.pulumi_stackname}"
|
||||
|
||||
# Inject all stack tags
|
||||
_tags.update(self.tags)
|
||||
|
||||
self.pulumi_config.update(
|
||||
{
|
||||
"aws:region": self.region,
|
||||
|
Loading…
Reference in New Issue
Block a user