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
Are there any tf version constraints, perhaps? I've performed the terraform plan to generate the expecte file and executed rover.
Terraform v0.12.31
$ terraform plan -out plan_new.tfstate
...
This plan was saved to: plan_new.tfstate
To perform exactly these actions, run the following command to apply:
terraform apply "plan_new.tfstate"
$ ~/rover_v0.3.3 -tfPath "/opt/homebrew/bin/terraform" -planPath "plan_new.tfstate"
2023/11/16 12:55:54 Starting Rover...
2023/11/16 12:55:54 Using provided plan...
2023/11/16 12:56:06 Generating resource overview...
2023/11/16 12:56:07 Generating resource map...
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x0 pc=0x10503aca0]
goroutine 1 [running]:
main.(*rover).GenerateModuleMap(0x140001f5560, 0x140001f2ea0, {0x14000475a60, 0xe})
rover/map.go:177 +0xac0
main.(*rover).GenerateModuleMap(0x140001f5560, 0x1400039fb68, {0x0, 0x0})
rover/map.go:261 +0x107c
main.(*rover).GenerateMap(0x140001f5560)
rover/map.go:343 +0x1c8
main.(*rover).generateAssets(0x140001f5560)
rover/main.go:193 +0x10c
main.main()
rover/main.go:138 +0xeb8
The module is quite big, but nothing stupendous - 85K in size after terraform plan. It does make use of "stack.auto.tfvars.json" for variables, though. Could that be it?:
I also tried the json format after transofrming it to json (which render fine with jq), but that fails immediately:
Worth mentioning that the tests from the examples provided were successful and my team and I are quite excited to use this tool on our own modules. Please advise.
The text was updated successfully, but these errors were encountered:
Are there any tf version constraints, perhaps? I've performed the terraform plan to generate the expecte file and executed rover.
Terraform v0.12.31
The module is quite big, but nothing stupendous - 85K in size after
terraform plan
. It does make use of "stack.auto.tfvars.json" for variables, though. Could that be it?:I also tried the json format after transofrming it to json (which render fine with jq), but that fails immediately:
Worth mentioning that the tests from the examples provided were successful and my team and I are quite excited to use this tool on our own modules. Please advise.
The text was updated successfully, but these errors were encountered: