muvaffak

Results 104 comments of muvaffak

Currently, there are [two fields](https://github.com/crossplane-contrib/terrajet/blob/8e96bd1/pkg/terraform/store.go#L55) that authenticate Terraform call that are used for authentication, `Configuration` and `Env`: ```go type Setup struct { Version string Requirement ProviderRequirement Configuration ProviderConfiguration // this...

@negz That's what I can tell. There might be some point during the deployment of the controller where the names of these resources are patched but I couldn't find it....

In our case, one of the things that we test using infrabox is indeed whether the code is successfully provisioning/deprovisioning external resources. In that sense, we expect a lot of...

> An alternative would be to use a Cron Job to periodically cleanup up all you resources. This would require to store metadata of what's provisioned on an external storage...

Ability to check whether a build is finished looks promising. I still have to store the metadata because it's not known during build time. I can store the infrabox build...

Mute should stop the playing music when music plays continously, games for example.

We could possibly define a set of well-known comment markers and process them in angryjet to patch the generated CRDs with those as annotations. I looked up kubebuilder but couldn't...

> a new ProviderRevision to go ahead and become the owner of all objects it is able to in the case that it cannot become the controller of all of...

> All of this being said, I am still leaning towards the Provider also owning all of its CRDs as the best solution here. @hasheddan that sounds good to me....

@cihangirbesiktas Could you describe the steps you went through for updating to the new version?