Skip to content
New issue

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

Undocumented argument for rabbitmq_binding: arguments_json #30

Open
rmacduff opened this issue Feb 15, 2022 · 0 comments
Open

Undocumented argument for rabbitmq_binding: arguments_json #30

rmacduff opened this issue Feb 15, 2022 · 0 comments

Comments

@rmacduff
Copy link

Affected Resource(s)

Please list the resources as a list, for example:

  • rabbitmq_binding

Terraform Configuration Files

resource "rabbitmq_binding" "binding" {
 ....
  arguments_json = jsonencode({
    "x-match"       = "all",
    "x_retry_count" = 1
  })
}

Hello,

According to the source, the binding resource supports the arguments_json argument but it is not in fact documented. Just wondering if this was an accidental omission, or if perhaps it's not officially supported.

I'd be happy to submit a PR to add update the documentation if it is supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant