-
Notifications
You must be signed in to change notification settings - Fork 503
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
terrascan consider source = "terraform-aws-modules/vpc/aws" as local path #418
Comments
Hey @ismailyenigul, we are working on fix for this issue. |
terraform init works fine.
But terrascan scan't download codes and still consider the source as local path.
but terrascan works fine if source
like below:
it seems that terrascan fails because of module path Should we re-open this issue or create new one? |
Hey @ismailyenigul , |
Description
We can call terraform registry modules iin source with just name of the module.
As described at https://github.com/terraform-aws-modules/terraform-aws-vpc#usage
terrascan consider them as local path and fails to load.
What I Did
If I set source as
source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v2.64.0"
then I got panic error.
The text was updated successfully, but these errors were encountered: