I am trying to create tags for vpc and subnet, but...
# general
g
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
What is tags.my_variable? In python, dictionaries are mutable, and will update everywhere at the same time