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
(This isn't really relevant -- the error is correct, just misleading)
Expected Behavior
In the source given in the Terraform code, the actual source is fargate-profile, not fargate_profile. Terraform should say that that submodule does not exist within the source module.
Actual Behavior
In actuality, Terraform gives this error:
╷
│ Error: Unreadable module directory
│
│ The directory .terraform/modules/karpenter_fg_profile/modules/fargate_profile could not be read. This is a bug in
│ Terraform and should be reported.
╵
While this is true, it makes it sound like the directory exists and cannot be read, but what is actually the case is that the directory does not even exist, fargate-profile does.
Steps to Reproduce
1.terraform init
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Version
Terraform Configuration Files
Debug Output
(This isn't really relevant -- the error is correct, just misleading)
Expected Behavior
In the source given in the Terraform code, the actual source is
fargate-profile
, notfargate_profile
. Terraform should say that that submodule does not exist within the source module.Actual Behavior
In actuality, Terraform gives this error:
While this is true, it makes it sound like the directory exists and cannot be read, but what is actually the case is that the directory does not even exist,
fargate-profile
does.Steps to Reproduce
1.
terraform init
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: