Hello,
I’m exploring the terraform cdk to start adopt to my Projects. But im unable to run the cdktf get command. I’m Following the tutorial.
cdktf.json
{
"language": "go",
"app": "go run main.go",
"codeMakerOutput": "generated",
"projectId": "781328fa-9aba-4886-8095-59c51a2fa644",
"terraformProviders": [
"hashicorp/aws@~> 3.42"
],
"context": {
"excludeStackIdFromLogicalIds": "true",
"allowSepCharsInLogicalIds": "true"
}
}
Im aware the documentation says the cdktf get
command may take several minutes to complete, but for me is taking one hour without finish. Always with the same message:
downloading and generating modules and providers...
Am i doing something wrong? How can i debug?
My Environment:
Terraform: v1.1.0 on linux_amd64
Go: go1.17.2 linux/amd64
CDKTF: 0.8.2
Thanks for any help.
Regards,
Fábio Santos