Replies: 1 comment
-
Module Please let me know if the error occurs only with TFLint even though it works with Terraform. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to initiate a module with the below -
module "spoke_vpc" {
providers = {
aws = aws.spoke-account
}
source = "git::codecommit::us-east-1://tf-module-vpc?ref=v1.0.0"
Warning: Module source "git::codecommit::us-east-1://ttf-module-vpc?ref=v1.0.0" is not a valid URL (terraform_module_pinned_source)
I get this error when running tflint. Is this source URL not supported? Any tips?
Beta Was this translation helpful? Give feedback.
All reactions