Tu Nguyen
Tu Nguyen
Re-opening as reference for making Rover a Terraform Cloud run task
This makes sense. Would this be related to this ticket (https://github.com/im2nguyen/rover/issues/82)? Have buttons where it'll allow you to filter out resources in the graph view?
Initial code on [`tfc-integration`](https://github.com/im2nguyen/rover/tree/tfc-integration) branch can take Terraform plan as a JSON, just need to implement pull from the Terraform Cloud API. I tested it locally using `go run ....
Implementing the TFC portion seems pretty straight forward based on the [API docs](https://www.terraform.io/docs/cloud/api/plans.html)... should we expect rover to generate a new run if a plan doesn't already exist? That seems...
Just integrated TFC and tested it out 😄 This requires you set your Terraform Cloud token to the `TFC_TOKEN` environment variable. Afterwards, there are three new flags. 1. `-tfcOrg` defines...
I'm planning on looking at https://github.com/im2nguyen/rover/issues/46 later this week and determine if it's feasible to attach it in this release. If it is, I'll aim for a new release with...
Yep, that makes sense. That was the issue I was running into earlier today when testing too -- thank you for articulating and explaining it so clearly. I'm going to...
I think `-tfcRunId` sounds like a great solution too, the only thing is that specifying the runID breaks the flow (I think the only "easy" way to get the run...
Gonna aim for a release _next_ week. My personal laptop died, so dropped it of for repairs 😬
Hi @nhomble, can you elaborate on this? Are you proposing visualizing from the state file only as opposed to the plan file? Also, what did you mean by "I see...