Closed wolfmd closed 4 years ago
Hi @wolfmd, thanks for reporting this. It was a mistake to validate the type in the provider, https://github.com/terraform-providers/terraform-provider-consul/pull/218 remove this and let Consul return an error if the type is not correct.
Great! Thank you for the super quick response
Any idea when this might be merged?
Terraform Version
Terraform v0.13.0, provider.consul v2.9.0
Affected Resource(s)
consul_acl_binding_rule
Enhancement Support for NodeIdentities GH-7970 was added in consul 1.8.1.
As a part of applying NodeIdentities to a login token, a binding rule needs to have the type of "node" in order to match the node against a NodeIdentity. In the CLI this can be achieved through the following command
Currently in terraform the following error is received on trying to create a binding rule with the node bind type
It'd be great if we could support this as a valid value to be passed into terraform.