-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(terraform): use aws_eks_cluster data source for dynamic clus…
…ter info Replace hardcoded cluster endpoint and CA certificate variables with dynamic retrieval using aws_eks_cluster data source. This change removes the need for cluster_ca_certificate and cluster_endpoint variables, simplifying configuration and reducing manual input.
- Loading branch information
1 parent
a90c72b
commit 42474f3
Showing
2 changed files
with
7 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters