chore: update Kubernetes resources to v1 API for provider v3 compatibility #616
+20
−22
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
As part of https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/guides/v3-upgrade-guide various resources change from non versioned to versioned. This PR changes the Coder authored templates to versioned resources.
I also had to fix up a couple of templates, i.e. remove
agent_nameas it wasn't valid usage,agent_idremains. Thesourceparameter for jetbrains module in registry/coder/templates/kubernetes-envbox/main.tf also had to be fixed.Type of Change
Template Information
Path:
Testing & Validation
bun test)bun fmt)Related Issues