mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-23 09:08:26 +02:00
Use kubernetes provider to manage aws auth (#355)
This commit changes the way aws auth is managed. Before a local file was used the generate the template and a null resource to apply it. This is now switched to the terraform kubernetes provider.
This commit is contained in:
committed by
Max Williams
parent
b69c8fb759
commit
9363662574
@@ -30,7 +30,7 @@ output "cluster_security_group_id" {
|
||||
|
||||
output "config_map_aws_auth" {
|
||||
description = "A kubernetes configuration to authenticate to this EKS cluster."
|
||||
value = data.template_file.config_map_aws_auth.rendered
|
||||
value = kubernetes_config_map.aws_auth.*
|
||||
}
|
||||
|
||||
output "cluster_iam_role_name" {
|
||||
|
||||
Reference in New Issue
Block a user