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
There are errors when you are trying to init terraform with generated project.
The problem occurs in the most recent "develop" branch. However, if you generate the project from a released package, the problem does not happen.
Expected
The project that has been generated can be run.
Steps to reproduce
bin/dev generate test-gen
cd shared
terraform init
Errors output:
Initializing modules...
- ecr in
╷
│ Error: Unreadable module directory
│
│ Unable to evaluate directory symlink: lstat modules: no such file or directory
╵
╷
│ Error: Failed to read module directory
│
│ Module directory does not exist or cannot be read.
╵
╷
│ Error: Unreadable module directory
│
│ Unable to evaluate directory symlink: lstat modules: no such file or directory
╵
╷
│ Error: Failed to read module directory
│
│ Module directory does not exist or cannot be read.
╵
The text was updated successfully, but these errors were encountered:
Issue
There are errors when you are trying to init terraform with generated project.
The problem occurs in the most recent "develop" branch. However, if you generate the project from a released package, the problem does not happen.
Expected
The project that has been generated can be run.
Steps to reproduce
bin/dev generate test-gen
cd shared
terraform init
Errors output:
The text was updated successfully, but these errors were encountered: