gentle-zoo-32137
08/30/2022, 3:26 PMstraight-caravan-63576
08/30/2022, 3:54 PMfull-artist-27215
08/30/2022, 4:07 PMgentle-zoo-32137
08/30/2022, 4:31 PMfull-artist-27215
08/30/2022, 4:34 PMlittle-cartoon-10569
08/30/2022, 8:50 PMsteep-toddler-94095
08/31/2022, 12:03 AMgentle-zoo-32137
08/31/2022, 7:36 AMaws:defaultTags
can be set via the configuration, but if I want to programmatically set those tags - can I somehow do that in the default provider, or must I instantiate my own provider and specify it explicitly via the provider
or providers
options for all resources?millions-furniture-75402
08/31/2022, 12:57 PMvictorious-church-57397
08/31/2022, 1:05 PMregisterAutoTags()
in the index.ts
but saw some behaviour where due to pulumi inter-dependencies it was only working on a handful of the resources. How did you implement it?full-artist-27215
08/31/2022, 2:07 PMvictorious-church-57397
08/31/2022, 2:07 PMmillions-furniture-75402
08/31/2022, 7:24 PMpulumi-components
node js package that is shared between projects and handles Custom Component Resources and autotagging.
It does have some gaps in the coverage of resources, as you've noted, but it gets the majority for our use cases.victorious-church-57397
08/31/2022, 7:26 PMmillions-furniture-75402
08/31/2022, 7:28 PMvictorious-church-57397
08/31/2022, 7:29 PMmillions-furniture-75402
08/31/2022, 7:31 PMvictorious-church-57397
08/31/2022, 7:32 PMfull-artist-27215
08/31/2022, 7:33 PMmillions-furniture-75402
08/31/2022, 7:33 PMvictorious-church-57397
08/31/2022, 7:33 PMfull-artist-27215
08/31/2022, 7:37 PMlittle-cartoon-10569
08/31/2022, 9:23 PMI know you can define your own provider and explicitly pass it to each resource, but that's gross.I have been hit by sooooo many problems caused by using default providers that we now have linting checks to ensure that no resource is ever created without an explicit provider. And the new(ish) stack option
pulumi:disable-default-providers
is great, too. Explicit providers will save you, someday!millions-furniture-75402
09/01/2022, 1:08 PMpulumi-aws
MAJOR version is going to be painful for us.