-
Notifications
You must be signed in to change notification settings - Fork 86
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
Conditional exec plugin statement fails execution #532
Comments
Hello @gberenice , I hope you're doing well! I'm the newest contributor to this repository, and I'm currently in the process of issue grooming to ensure that all concerns are addressed promptly and efficiently. I noticed this issue you reported and wanted to check in with you to see if it's still affecting your work. Your feedback is invaluable to us, and any additional insights or updates you can share would be greatly appreciated to help us understand and solve the problem more effectively. If this issue has been resolved, could you please share how it was fixed? This information could be incredibly helpful to others in the community facing similar problems. It would also allow us to close this issue with a clear resolution. Thank you for your time and contributions to our community. Looking forward to your response! Best regards, Steve |
Hey @swade1987! |
Hey @gberenice, no problem at all. Are you happy for this issue to be closed, and can you re-open it if/when the time comes? |
I'm not sure how to handle this correctly because:
I can try to spin up an environment and reproduce this error a bit later. |
@gberenice sounds good can I please recommend you use the latest version of the terraform provider to run your test. |
@gberenice how did you get on when using the latest version of the provider? |
Closing due to the lack of activity on the issue. If this issue is still important to you, please feel free to raise another one. |
@swade1987 can you reopen this issue? We're interested in this feature and we're using the latest provider. |
Here is an example on how to use the
And this is what I have been trying with the
But as @gberenice already reported it's throwing the following error
|
I'm also facing this exact problem. Was anyone able to find a workaround? |
yes, double maintenance work and maintain two types of definitions. |
Hey!
We're building a reusable module and trying to support multiple Kubernetes authentication methods based on user's preferences. This includes the
exec
plugin.Currently the provider configuration for the
exec
plugin looks like this:When we add a conditional statement like
this error is thrown:
Provider version: v1.0.1
The text was updated successfully, but these errors were encountered: