Release v1.8.5
Changes:
- AWS Kubernetes (EKS)
- outputs added, any unformatted outputs are subject to change, modification or removal by the api or between releases
cluster_info
cluster_auth
raw
force_service_kubernetes
root module variable added to set public access list- when no service cidrs are provided, public access is disabled to avoid exposing resources to
0.0.0.0/0
- when no service cidrs are provided, public access is disabled to avoid exposing resources to
- outputs added, any unformatted outputs are subject to change, modification or removal by the api or between releases
- Azure Kubernetes
cluster_version
added to spec configuration
- Gcloud Kubernetes
cluster_version
added to spec configuration
Fixes:
- AWS Kubernetes (EKS)
- update EKS and VPC module versions
- remove unused Kubernetes provider list
- reference cluster name instead of cluster id
- use keyname and hex id for resource names
- tag resources
disable_eks_public_access
root module variable added as a workaround to refresh the access list or disable public access
- edb-terraform cli
- create tags at generation time so they are known during
terraform plan
instead of relying on terraform resource which causes tags to be undefined until apply time or until a targeted apply.
- create tags at generation time so they are known during
Full Changelog: v1.8.4...v1.8.5