Are all providers managed by creating new resource...
# general
b
Are all providers managed by creating new resources when there's a split in properties into new resources? https://www.pulumi.com/blog/announcing-v5.0.0-of-the-pulumi-aws-provider/
Also github_repository had properties that were split at some point, like
default_branch
so, in all these cases, Pulumi creates a new vX resource?
Yet I don't see a
RepositoryV2
, just this
So why we have a
BucketV2
on the other hand for AWS provider