We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
➜ tf git:(master) ✗ terraform -v Terraform v0.12.24 + provider.consul v2.7.0 ➜ tf git:(master) ✗
Consul allows prepared query templates to match using NodeMeta and ServiceMeta fields, but the Terraform resource isn't aware of them. See https://godoc.org/github.com/hashicorp/consul/api#ServiceQuery.
NodeMeta
ServiceMeta
The Terraform resource is unaware of these fields, and therefore cannot read or write them.
Most users can probably work around this by using Tags.
The text was updated successfully, but these errors were encountered:
Add ignore_check_ids, node_meta and service_meta to consul_prepared_q…
efaa453
…uery Closes hashicorp#192
Hi @cbroglie, thanks for bringing that to my attention :)
#193 should add the missing attributes you are looking for.
Sorry, something went wrong.
Thanks!
277dad2
…uery (#193) Closes #192 Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr>
Successfully merging a pull request may close this issue.
Hi there,
Terraform Version
Affected Resource(s)
Expected Behavior
Consul allows prepared query templates to match using
NodeMeta
andServiceMeta
fields, but the Terraform resource isn't aware of them. See https://godoc.org/github.com/hashicorp/consul/api#ServiceQuery.Actual Behavior
The Terraform resource is unaware of these fields, and therefore cannot read or write them.
Important Factoids
Most users can probably work around this by using Tags.
The text was updated successfully, but these errors were encountered: