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

Ability to set max_delivery_count on azurerm_servicebus_queue #1977

Closed
SLStinson opened this issue Sep 25, 2018 · 4 comments
Closed

Ability to set max_delivery_count on azurerm_servicebus_queue #1977

SLStinson opened this issue Sep 25, 2018 · 4 comments

Comments

@SLStinson
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version

Terraform v0.11.8

  • provider.azurerm v1.15.0

Affected Resource(s)

  • azurerm_servicebus_queue

Terraform Configuration Files

resource "azurerm_servicebus_queue" "test_queue" {
  name                = "test_queue"
  resource_group_name = "${azurerm_resource_group.test.name}"
  namespace_name      = "${azurerm_servicebus_namespace.test.name}"

  enable_partitioning = true
  requires_duplicate_detection = true
  max_delivery_count = 10
}

Expected Behavior

The maxDeliveryCount property is set to 10

Actual Behavior

Error: azurerm_servicebus_queue.test_queue: : invalid or unknown key: max_delivery_count

Steps to Reproduce

  1. terraform apply

References

https://docs.microsoft.com/en-us/azure/templates/microsoft.servicebus/namespaces/queues

@katbyte
Copy link
Collaborator

katbyte commented Sep 25, 2018

Hi @SLStinson,

Currently max_delivery_count is not a property of azurerm_servicebus_queue and needs to be added to the schema.

@tkbky
Copy link
Contributor

tkbky commented Oct 5, 2018

@katbyte I've made a PR for this.

I'm new to this project, let me know if I've missed anything. Thanks.

@tombuildsstuff tombuildsstuff modified the milestones: Soon, Being Sorted Oct 25, 2018
@tombuildsstuff
Copy link
Contributor

hi @tkbky

Since support for this has been merged and now released in v1.17 I'm going to close this issue for the moment.

Thanks!

@tombuildsstuff tombuildsstuff modified the milestones: Being Sorted, 1.17.0 Oct 25, 2018
@ghost
Copy link

ghost commented Mar 6, 2019

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants