Kristopher Wuollett

Results 96 issues of Kristopher Wuollett

The Kubernetes provider docs PDF does not contain [versioned resources](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/guides/versioned-resources) like [`kubernetes_job_v1`](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/pod_v1). As of version `v2.7.0` resources will begin to be versioned.

As discussed earlier in #375 there is no way to currently configure git to allow linters such as `tflint` to retrieve private repos. Example: ``` ╷ │ Error: Failed to...

enhancement

- Sometimes the Helm chart takes longer than default 5 min timeout, resolves #694

- If IP address is not available yet, "[PENDING]" is shown, resolves #692

Without modification `apply` of the Kubernetes example can have the `helm_release` resource fail since creating the `nginx_ingress` can take more than the default 5 minute timeout at times.

bug
enhancement-provider

To avoid the data lookup, should the example be modified to use the [dependency inversion](https://www.terraform.io/docs/language/modules/develop/composition.html#dependency-inversion) as described in the Terraform docs? For example, just have the main module pass a...

enhancement-provider

I followed the Kubernetes example and tried adding the following outputs as seen in the [`kubernetes_service` data source](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/data-sources/service#attributes-4): ``` output "load_balancer_hostname" { value = kubernetes_ingress.test_ingress.status.0.load_balancer.0.ingress.0.hostname } output "load_balancer_ip" { value...

enhancement-provider

# 🚀 feature request ### Relevant Rules `npm_install`, `yarn_install` ### Description I currently cannot directly use the `yarn_install` repo `:node_modules` when building a `container_layer` for deploying a NextJS app in...

bug
help wanted
Can Close?

# 🐞 bug report The `entry_point` for package `hjson` does not work with `v0.6.0`. Is `entry_point` not fully available for use yet? I don't see any mention of it on...

Issue Type: Bug Summary: Seems like the GitHub plugin isn't notified that a new branch was published. It only shows up if I reload the window. There is no manual...

feature-request