Pulumi errors with AWS's required format for Elasticache cluster version #1459
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
Milestone
I tried to create an Redis cluster like so:
Which threw the following error:
After updating the engine_version to "6.x", the cluster created successfully. However thereafter pulumi up fails with the following:
Expected behavior
Pulumi should handle wildcard versions as requested by AWS.
Current behavior
Pulumi throws a Malformed version error when trying to compare the stack.
Steps to reproduce
See above.
Context (Environment)
We are currently unable to maintain or update our project's infra with Redis.
Affected feature
aws.elasticache.Cluster
The text was updated successfully, but these errors were encountered: