Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add length validation to the prefix variable in account infra base #219

Open
ocofaigh opened this issue Sep 25, 2024 · 0 comments
Open

Add length validation to the prefix variable in account infra base #219

ocofaigh opened this issue Sep 25, 2024 · 0 comments

Comments

@ocofaigh
Copy link
Member

There was an issue reported when someone ran the RAG stack that the prefix value was too long for one of the member DAs (maybe it was roks?).
The problem is by the time it fails in the stack, its already deployed many resources from other DAs, and if you change the prefix value at that point, its going to destroy all resource since the resource group will get renamed.

Can we find out the maximum value the prefix can be across all member DAs and add variable validation to account infra base DA (since its the first DA) to ensure its meet the length that will pass for all DAs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants