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
While using the kit to migrate we encountered the following error on several of our state files.
This was from running the apply on the manager-stack
│ Error: could not create stack mounted file: validation failed: file is too large, max size is 2MB
The state files we have failing to mount range anywhere from 1.2M to 7.4M.
I attempted to mount them in the UI and that also failed, which leads me to believe this is an api constraint with mounted files and not one specific to the migration kit.
In any case, 2MB seems like a very tight constraint considering the potential size of a terraform state file. Can that limit be bumped? Can the migration kit use another method?
The text was updated successfully, but these errors were encountered:
While using the kit to migrate we encountered the following error on several of our state files.
This was from running the apply on the manager-stack
│ Error: could not create stack mounted file: validation failed: file is too large, max size is 2MB
The state files we have failing to mount range anywhere from 1.2M to 7.4M.
I attempted to mount them in the UI and that also failed, which leads me to believe this is an api constraint with mounted files and not one specific to the migration kit.
In any case, 2MB seems like a very tight constraint considering the potential size of a terraform state file. Can that limit be bumped? Can the migration kit use another method?
The text was updated successfully, but these errors were encountered: