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
If you pass in a custom DB subnet group name, and as a result leave off subnets, apply fails because it tries to create a subnet group with no subnets:
Error: Error creating CacheSubnetGroup: InvalidParameterValue: The parameter SubnetIds must be provided.
status code: 400, request id: b51614e5-9c13-419e-8095-9ee6da2987f2
We probably shouldn't be trying to create a subnet group if the user passes in a custom DB subnet group.
The text was updated successfully, but these errors were encountered:
If you pass in a custom DB subnet group name, and as a result leave off
subnets
, apply fails because it tries to create a subnet group with no subnets:We probably shouldn't be trying to create a subnet group if the user passes in a custom DB subnet group.
The text was updated successfully, but these errors were encountered: