Serge Smertin

Results 306 comments of Serge Smertin

@johnc1996 Please add state upgrader, so that workspace is not rebuilt.

@johnc1996 Please add state upgrader, so that workspace is not rebuilt.

@pietern - there's another option - nil out the importer property for this resource, https://github.com/databrickslabs/terraform-provider-databricks/blob/master/storage/resource_mount.go#L66-L67, as we didn't document it yet - https://registry.terraform.io/providers/databrickslabs/databricks/latest/docs/resources/metastore_assignment :-) there's no API that gives a...

Following up - is this issue still relevant?

@Nemeczek What api call/cli command do you currently use to checkout a commit hash?

@alexott isn't it a bug then? https://github.com/databrickslabs/terraform-provider-databricks/blob/master/repos/resource_repo.go#L195-L209

@alexott theoretically, we can force resource update by using a conjunction of [github_branch](https://registry.terraform.io/providers/integrations/github/latest/docs/data-sources/branch) data resource and some new field, like `triggers`, like on `null_resource` - https://github.com/databrickslabs/terraform-provider-databricks/blob/master/scripts/nightly/azureit.tf#L83-L86 @Nemeczek you'll be able...

similar functionalities for gitlab - https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/data-sources/branch and azure devops - hm... can't really find the equivalent of branch data source. though you can emulate it with `data.external` and some script......

Following up - is this issue still relevant?

@sdebruyn for now, please re-create the mounts once you rotate the secrets, as the workaround. ~~It should be fixed in scope of a more holistic approach of #497 . Closing...