pulumi-aws icon indicating copy to clipboard operation
pulumi-aws copied to clipboard

Fix import resources with provider default tags

Open corymhall opened this issue 7 months ago • 4 comments

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

corymhall avatar Jul 03 '24 12:07 corymhall