pulumi-aws
pulumi-aws copied to clipboard
Fix import resources with provider default tags
We have special logic around applying default provider tags to
resources. This logic only applied to the Check
call which means it
was not applied when you were importing resources. This PR extends that
logic to also run during the Read
call.
fix #4030, fix #4080