Open
Description
Terraform Version
Terraform v1.11.3
on darwin_arm64
+ provider registry.terraform.io/hashicorp/kubernetes v2.36.0
Affected Pages
https://developer.hashicorp.com/terraform/tutorials/kubernetes/kubernetes-provider
What is the docs issue?
The example nginx container is quite outdated and cannot be used if one uses an arm processor.
image = "nginx:1.7.8"
Proposal
In my opinion this should be made more generic and future proof.
image = "nginx:stable-alpine-slim"
References
No response