-
Notifications
You must be signed in to change notification settings - Fork 101
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
Provider produced inconsistent result after apply #253
Comments
Hi @wallacepf 👋 I'm not sure how TFC4B works, but would it be possible to set the Thanks! |
Of course! I'll do that during the weekend. |
Here you will find the provider's debug information: https://gist.github.com/wallacepf/d7b85d8e657797a70f43dd55b6f84022 (Logging level was set to TRACE) Seems like the variables I'm passing inside the HCL2 block aren't considered when the code runs. Don't know if what I'm facing can be related to this: hashicorp/nomad#11149 (The error message looks the same) |
Thanks for the logs @wallacepf. I still can't seem to reproduce it thought 🤔 Are you updating an existing job? Or maybe you set the |
I'm hitting something similar, if I set |
Ah thanks for the extra info @MagicRB. Unfortunately exposing these fields in the |
Maybe a solution would be to detect the mismatch and give a meaningful error message. That would at least tell people how to fix it. |
Hi, any updates?
My nomad job file
terraform config
|
Terraform Version
Nomad Version
Provider Configuration
Which values are you setting in the provider configuration?
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/wallacepf/7bf4863122f539159bd1bb4329cf67b1
Expected Behavior
Resource get deployed within specified namespace on Nomad
Actual Behavior
Error message:
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply (I'm currently using TFC4B with remote agents running on nomad)
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
The text was updated successfully, but these errors were encountered: