You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Redis stack script in arc-auth yields error during deployment.
getting error: Error: creating ElastiCache Replication Group (arc-poc): InvalidParameterValue: The account does not have any default subnets.
To Reproduce
Steps to reproduce the behavior:
Navigate to packages/arc-auth/cdk.
In the terminal run cdktf deploy redis.
Approve the resources that will be created.
See error
Expected behavior
The redis stack should be deployed and all the resources in the stack should be created on aws without any error.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Redis stack script in arc-auth yields error during deployment.
getting error: Error: creating ElastiCache Replication Group (arc-poc): InvalidParameterValue: The account does not have any default subnets.
To Reproduce
Steps to reproduce the behavior:
cdktf deploy redis
.Expected behavior
The redis stack should be deployed and all the resources in the stack should be created on aws without any error.
Screenshots
The text was updated successfully, but these errors were encountered: