https://pulumi.com logo
#general
Title
# general
g

great-lifeguard-53991

09/24/2023, 3:58 PM
I am trying to create tags for vpc and subnet, but want common tags value to be imported from common.py file while Name tag should have resource name which is different for every resource.. how to allocate different Name tag value for each resource ? Tried the below code but its assigning Name tag value of last updated value of name tag i.e. public_subnet_name
d

dry-keyboard-94795

09/24/2023, 10:31 PM
What is tags.my_variable? In python, dictionaries are mutable, and will update everywhere at the same time