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

Lacking documentation on 'destination_publish_properties' #9

Open
pteigen opened this issue Jun 1, 2021 · 1 comment
Open

Lacking documentation on 'destination_publish_properties' #9

pteigen opened this issue Jun 1, 2021 · 1 comment

Comments

@pteigen
Copy link

pteigen commented Jun 1, 2021

Terraform Version

0.15.4

Affected Resource(s)

  • rabbitmq_shovel

Terraform Configuration Files

resource "rabbitmq_shovel" "my_shovel" {
  name = "my_dlx_shovel2"
  vhost = "myvhost"
  info {
    source_uri = "amqp:///myvhost"
    source_exchange = "exchange.test.name"
    source_exchange_key = "#"
    destination_uri = "amqp:///myvhost"
    destination_queue = "queue.test.name"
    destination_publish_properties = "\"priority\":1"
  }
}

This is part a report of lacking documentation on "destination_publish_properties " and a question on what is correct. I have tried 100 different possibilities on destination_publish_properties but all return the same error message:
dest-publish-properties not a list <<""priority":1">>

(of course the text around the 'priority' differs

Can you please help med to find the correct syntax for this?

I posted an issue hoping the documentation can be updated to help others.

@pteigen pteigen changed the title Lacking documentation on ' Lacking documentation on 'destination_publish_properties' Jun 1, 2021
angeloxx added a commit to angeloxx/terraform-provider-rabbitmq that referenced this issue Mar 21, 2023
@slaweksa
Copy link

slaweksa commented Jul 6, 2023

Problem still exists. Has anyone idea how to set up destination_publish_properties in shovel resource?

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

2 participants