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
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform v0.12.20
provider.nomad v1.4.2
provider.null v2.1.2
provider.random v2.2.1
provider.template v2.1.2
Nomad Version
Build 0.10.2
Protocol 2
Provider Configuration
Which values are you setting in the provider configuration?
Most of the time, apply succeeds. Sometimes, After being presented with the proposed actions, t fails with the below output. It seems that volume_mounts get arbitrarily reordered and the first gets confused with the second and vice versa.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
Error: Provider produced inconsistent final plan
When expanding the plan for module.popcorn.nomad_job.jellyfin to include new
values learned so far during apply, provider "registry.terraform.io/-/nomad"
produced an invalid new value for .task_groups[0].volumes[0].name: was
cty.StringVal("jellyfin-config"), but now cty.StringVal("media").
This is a bug in the provider, which should be reported in the provider's own
issue tracker.
Error: Provider produced inconsistent final plan
When expanding the plan for module.popcorn.nomad_job.jellyfin to include new
values learned so far during apply, provider "registry.terraform.io/-/nomad"
produced an invalid new value for .task_groups[0].volumes[0].read_only: was
cty.False, but now cty.True.
This is a bug in the provider, which should be reported in the provider's own
issue tracker.
Error: Provider produced inconsistent final plan
When expanding the plan for module.popcorn.nomad_job.jellyfin to include new
values learned so far during apply, provider "registry.terraform.io/-/nomad"
produced an invalid new value for .task_groups[0].volumes[0].source: was
cty.StringVal("jellyfin-config"), but now cty.StringVal("media").
This is a bug in the provider, which should be reported in the provider's own
issue tracker.
Error: Provider produced inconsistent final plan
When expanding the plan for module.popcorn.nomad_job.jellyfin to include new
values learned so far during apply, provider "registry.terraform.io/-/nomad"
produced an invalid new value for .task_groups[0].volumes[1].name: was
cty.StringVal("media"), but now cty.StringVal("jellyfin-config").
This is a bug in the provider, which should be reported in the provider's own
issue tracker.
Error: Provider produced inconsistent final plan
When expanding the plan for module.popcorn.nomad_job.jellyfin to include new
values learned so far during apply, provider "registry.terraform.io/-/nomad"
produced an invalid new value for .task_groups[0].volumes[1].read_only: was
cty.True, but now cty.False.
This is a bug in the provider, which should be reported in the provider's own
issue tracker.
Error: Provider produced inconsistent final plan
When expanding the plan for module.popcorn.nomad_job.jellyfin to include new
values learned so far during apply, provider "registry.terraform.io/-/nomad"
produced an invalid new value for .task_groups[0].volumes[1].source: was
cty.StringVal("media"), but now cty.StringVal("jellyfin-config").
This is a bug in the provider, which should be reported in the provider's own
issue tracker.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered:
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform v0.12.20
Nomad Version
Build 0.10.2
Protocol 2
Provider Configuration
Which values are you setting in the provider configuration?
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
Be able to apply.
Actual Behavior
Most of the time, apply succeeds. Sometimes, After being presented with the proposed actions, t fails with the below output. It seems that
volume_mount
s get arbitrarily reordered and the first gets confused with the second and vice versa.Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered: