Alexander Chernov
Alexander Chernov
On some occasions (i.e. authorizing against `Auth0 Management API`) it might be useful for us to retrive the resource by it's name and reference it from there without participating in...
At the moment its very confusing the usage of option field (which fields are used for which types of connection). Extract connection options in explicit manner.
Improve the test coverage for the provider - [ ] Auth0 Branding - [ ] Email Template - [ ] Log Stream - [ ] Resource Server - [ ]...
Addons on auth0 are poorly documented, and I expect that most of them are not available since 2017. Investigate this further.
* [x] This is a bug report * [ ] This is a feature request * [ ] I searched existing issues before opening this one ### Expected behavior Being...
Fixes https://github.com/alekc/terraform-provider-kubectl/issues/120
Following code throw an error ``` provider "kubectl" {} provider "kubernetes" { config_path = "~/.kube/config" } resource "kubernetes_namespace" "test" { metadata { name = "terraform-test" labels = { "test" =...
While working on https://github.com/alekc/terraform-provider-kubectl/pull/39 several acceptance test begin to fail due to `provider duplication` (see https://github.com/hashicorp/terraform-provider-aws/pull/27615) It has now been fixed, but review the linked PR and see if current...