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

Exec plugin not working for provider/v3 #1573

Open
AndriySidliarskiy opened this issue Jan 27, 2025 · 0 comments
Open

Exec plugin not working for provider/v3 #1573

AndriySidliarskiy opened this issue Jan 27, 2025 · 0 comments
Assignees
Labels

Comments

@AndriySidliarskiy
Copy link

Hello, the exec plugin is not working properly for v3 of the provider.

Image

Link for documentation example https://registry.terraform.io/providers/hashicorp/helm/latest/docs#exec-plugins:~:text=Exec%20plugins-,Some,-cloud%20providers%20have

│ Error: Missing key/value separator

│ on providers.tf line 41, in provider "helm":
│ 38: kubernetes = {
│ 39: host = module.eks.cluster_endpoint
│ 40: cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data)
│ 41: exec {

│ Expected an equals sign ("=") to mark the beginning of the attribute value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants