Tu Nguyen
Tu Nguyen
Oh! If this is with Terraform Cloud, there should work now: https://github.com/im2nguyen/rover/issues/34#issuecomment-960505015
🤦 this is an oversight, completely forgot to increment the version number. Thanks for reporting!
This should be addressed with the latest release! It should now be at v1.2.5
Hi @avineshwar, can you provide more context for this?
Right now, the [current Docker version has Terraform `v1.0.2`](https://hub.docker.com/layers/im2nguyen/rover/latest/images/sha256-247418191f414ba592c236db9f5dceb9a36eb090b89902283f7e35ef34eae185?context=explore) which is probably why we're experiencing the `terraform core version not supported by configuration` error message. --- I think the best...
If you click on the root resource (the background), you should be able to unselect it. I noticed selecting/unselecting resource is a little buggy tho, will look into it 😄
Hey @brtknr, sorry for the late response. Would this be different from the [existing `linux/arm64` zip](https://github.com/im2nguyen/rover/releases/download/v0.2.2/rover_0.2.2_linux_arm64.zip)? rover was built using go 1.17 so should support the M1 chip You can...
Ooh, that makes more sense. My bad! I created a [PR](https://github.com/im2nguyen/rover/pull/61) for it. In the process of potentially cutting a new version by mid next week, will merge the changes...
Yep, what Rover does is parses the configuration and the plan to generate the visualization. Since there's no configuration for terragrunt, the visualization doesn't render correctly. Will work on a...
https://github.com/im2nguyen/rover/pull/32 will "address" this. This PR will enable you to generate a visualization from a plan file ``` $ rover -planPath "plan.out" ``` I'm unfamiliar with Terragrunt... but it seems...