Nicholas Tan
Nicholas Tan
I've tried using container build callback, but it only trace the graph for `scope.Resolve()` inside the using statement of `container.BeginLifetimeScope()` (See snippet below). Below is what working (workaround) To trace...
> Ok, so I have a workaround; it's not ideal, but it'll work consistently while keeping the AutoActivate behaviour. > > Basically, you need this method somewhere: > > ```cs...
Alright, looking forward for the next update.
Hi, @DanThePutzer any ideas?
Hi @DanThePutzer , It is okay, thanks for the reply. Any timeline for the implementation? Seems there is an API interface for pulling out state files from TFE/TFC. ``` https://www.terraform.io/cloud-docs/api-docs/state-versions#fetch-the-current-state-version-for-a-workspace...
Hi Dan, Our CICD system overview is shown as below:- CLI flow: ``` VCS pipeline runner ---triggers run by `terraform plan `---> queues a run in TFC ``` VCS flow:...
@marcuz, it is all working and fine, but too much workaround for me. The best case is provider maintainer to implement them.
@DanThePutzer noted. I'm looking forward on that soon.