Closed jirislav closed 2 months ago
I have published this version to the registry for early access and easier docs review.
To get the early access, use:
terraform {
required_providers {
kubernetes = {
source = "jirislav/kubernetes"
version = "2.32.0-issue2572"
}
}
}
provider "kubernetes" {
# Configuration options
}
Description
Resolves #2572
Acceptance tests
Output from acceptance testing follows, filtered only to the new EKS tests, since it's hard to test locally:
Release Note
Release note for CHANGELOG:
References
Community Note