commitdev / terraform-aws-zero

Zero modules for the AWS EKS Stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update user_auth to use kubernetes_manifest resource

bmonkman opened this issue · comments

The user_auth module uses local-exec to run kubectl apply to create a couple resources.
Now that the kubernetes_manifest resource is generally available, update to using that which should be cleaner and less error-prone.