We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, the exec plugin is not working properly for v3 of the provider.
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.
The text was updated successfully, but these errors were encountered:
jrhouston
No branches or pull requests
Hello, the exec plugin is not working properly for v3 of the provider.
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.
The text was updated successfully, but these errors were encountered: