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 am trying to create multiple namespaces, ACL policies and tokens using the latest terraform provider for Nomad.
To simplify the configuration I am making use of the for_each stanza on multiple resources. When running terraform plan or terraform apply the provider crashes with a panic which can be seen below.
Using the -parallelism=1 flag it works without issues.
It seems to me that this issue was introduced in the release 1.4.14. If I pin the provider to version 1.4.13,1.4.12 or 1.4.11 everything works just fine.
Terraform Version
Terraform v0.15.0
on linux_amd64
+ provider registry.terraform.io/hashicorp/nomad v1.4.14
This command will also output the provider version, please include that as well.
Nomad Version
Name Address Port Status Leader Protocol Build Datacenter Region
my-pc.global 127.0.0.1 4648 alive true 2 1.0.4 dc1 global
Provider Configuration
Which values are you setting in the provider configuration?
Hello,
I am trying to create multiple namespaces, ACL policies and tokens using the latest terraform provider for Nomad.
To simplify the configuration I am making use of the
for_each
stanza on multiple resources. When runningterraform plan
orterraform apply
the provider crashes with a panic which can be seen below.Using the
-parallelism=1
flag it works without issues.It seems to me that this issue was introduced in the release
1.4.14
. If I pin the provider to version1.4.13
,1.4.12
or1.4.11
everything works just fine.Terraform Version
This command will also output the provider version, please include that as well.
Nomad Version
Provider Configuration
Which values are you setting in the provider configuration?
Affected Resource(s)
Please list the resources as a list, for example:
possibly all available resources.
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Panic Output
Expected Behavior
All resources should be created or their state should be refreshed
Actual Behavior
The provider crashed.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
nomad agent -dev -acl-enabled
nomad acl bootstrap
and paste the token in the terraform provider configterraform init
terraform plan
orterraform apply
Important Factoids
The text was updated successfully, but these errors were encountered: