pulumi / pulumi-aws-native

AWS Native Provider for Pulumi
Apache License 2.0
95 stars 17 forks source link

Add support for Elasticache ReplicationGroup #1764

Open j-fulbright opened 3 weeks ago

j-fulbright commented 3 weeks ago

Currently the provider only supports Global Datastore and Serverless cache, but it needs to also support ReplicationGroup (like the regular AWS provider supports). Neither of the included classes expose the necessary functionality that I would expect

corymhall commented 3 weeks ago

@j-fulbright this provider is generated from AWS Cloud Control. Until Cloud Control supports this resource we recommend using the AWS Provider resources.

j-fulbright commented 3 weeks ago

Thanks @corymhall ! I was a bit shocked it was missing so many of the Resources, but that makes sense that its not even there in AWS.