Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubectl Provider Not mentioned for example/secrets-management/csi-secrets-driver/main.tf #1072

Closed
nadeemrah opened this issue Oct 21, 2022 · 0 comments · Fixed by #1101
Closed
Assignees
Labels
bug Something isn't working examples

Comments

@nadeemrah
Copy link

Kubectl provider is not there in example/secrets-management/csi-secrets-driver/main.tf

below provider sholud be there else resource [resource "kubectl_manifest" "sample_nginx" { } fails ] line no 178 ( example/secrets-management/csi-secrets-driver/main.tf )

provider "kubectl" {
  apply_retry_count      = 10
  host                   = module.eks_blueprints.eks_cluster_endpoint
  cluster_ca_certificate = base64decode(module.eks_blueprints.eks_cluster_certificate_authority_data)
  token                  = data.aws_eks_cluster_auth.this.token
  load_config_file       = false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working examples
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants