Andreas Bergmeier
Andreas Bergmeier
**Is your feature request related to a problem? Please describe.** Would like to write tests against a component, which uses logging. **Describe the solution you'd like** I should be able...
Currently I write string values as: `body.SetAttributeValue("name", cty.StringVal(name))` Now I want to support writing interpolations. So if `name` contains `${var.foo}`, I would like attribute to be`name = "${var.foo}"`. Sadly it...
### Use-cases I have providers that I want to develop and/or fix. I need to test whether the changes actually work. ### Attempted Solutions It seems like what is documented...
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: `Terraform v1.1.6` Kubernetes provider version: latest Kubernetes version: `1.22.8-gke.201` ``` ### Affected Resource(s) - kubernetes_job_v1 ### Terraform Configuration Files...
When trying to install via Terraform: ```terraform resource "helm_release" "grafana" { name = "grafana" repository = "https://grafana.github.io/helm-charts" chart = "grafana" version = "6.32.1" values = [] namespace = "monitoring" create_namespace...
At least to me the design decisions that this library took are not obvious. Also I have no idea how the library authors think people should use this library. Obvious...
**Client** ErrorReporting **Environment** CI machine without connection to GCP **Code** e.g. ```go package main func main() { ec, err := errorreporting.NewClient( context.Background(), "testproject", errorreporting.Config{ ServiceName: serviceName, ServiceVersion: "v1.0", }, option.WithGRPCConn(conn),...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. * Please do...
Since _gogo/protobuf_ is no longer maintained it might make sense to start migrating away from it. See https://github.com/gogo/googleapis/issues/19#issuecomment-1035690838
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: latest Kubernetes provider version: latest Kubernetes version: latest ``` ### Affected Resource(s) - kubernetes_config_map_v1 ### Terraform Configuration Files ```hcl...