You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it's possible to modify the nomad_job resource to output/include more information when doing a terraform plan. Currently we can see the changes on the job but it would be usefull to receive some information like nomad plan does:
Unfortunately this would not be possible until, at least, #1 is fixed. The Terraform and Nomad state are two different things and controlled differently by each tool.
A fix for #1 would allow better diffs because then each jobspec field would be tracked by Terraform as well, but until then, there's nothing we can do to improve it....
I will close this and we re-evaluate the diff quality for jobs when #1 is fixed.
Hi,
I was wondering if it's possible to modify the nomad_job resource to output/include more information when doing a terraform plan. Currently we can see the changes on the job but it would be usefull to receive some information like nomad plan does:
Exmaple of output for nomad plan
This information about what's about to happen it's really usefull for us.
Thanks in advance.
The text was updated successfully, but these errors were encountered: