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
With the recent change to add a random string to the database instance name, the database instance ids are no longer deterministic from outside the module. This prevents us from creating RDS endpoints for a subset of the instances since that requires the instance ids.
The request is to add the instance ids as an output.
Expected Behavior
Instance IDs should be output so they can be used to create RDS endpoints.
Use Case
Instance IDs should be output so they can be used to create RDS endpoints.
Describe Ideal Solution
Instance IDs should be output so they can be used to create RDS endpoints.
Alternatives Considered
Allow configuration that bypasses the new random_pet behavior
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the Feature
With the recent change to add a random string to the database instance name, the database instance ids are no longer deterministic from outside the module. This prevents us from creating RDS endpoints for a subset of the instances since that requires the instance ids.
The request is to add the instance ids as an output.
Expected Behavior
Instance IDs should be output so they can be used to create RDS endpoints.
Use Case
Instance IDs should be output so they can be used to create RDS endpoints.
Describe Ideal Solution
Instance IDs should be output so they can be used to create RDS endpoints.
Alternatives Considered
Allow configuration that bypasses the new random_pet behavior
Additional Context
No response
The text was updated successfully, but these errors were encountered: