Matthew (Matt) Jeffryes

Results 248 comments of Matthew (Matt) Jeffryes

Hi @jaxxstorm did you run the upgrade with `pulumi up --refresh --run-program`? We're recommending using those flags in the upgrade process so that some of the migration logic that the...

@davidfries you need the `--run-program` flag as well. This major version of AWS introduced the new region meta parameter which is causing all those unnecessary updates. There is a migration...

We intentionally don't treat not being able to hit the cluster as a blocking error during preview so it doesn't prevent previews for programs that create the cluster and then...

You can now disable default Addons in v4 of this provider by setting `bootstrapSelfManagedAddons: false`. That will disable all default Addons except the VPC CNI. If you also want to...

Yes, it looks like the summary description for all the "Get*" functions in aws-native are just the same as the summary for the resource they retrieve. I'm not sure if...

This resource has been added to the CloudControl API since the issue was filed: [aws.elasticache.ReplicationGroup | Pulumi Registry](https://www.pulumi.com/registry/packages/aws/api-docs/elasticache/replicationgroup/)

Thanks @otahirs; it does seem likely that `administratorType` being set to `'ActiveDirectory'` could influence what fields are allowed to change. (Unfortunately, these cross field conditions are generally not something that's...

That's a good point @pierskarsenbarg; are you aware of any structure to these "200's with errors"? or would we have to add them on a case by case basis?

This sounds like it's just an AWS limitation.

@illegalnumbers did you end up constructing a code example? We can't offer much help without a reproduction.