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

resource/servicebus_subscription: Allow the setting of default_message_ttl #1568

Merged
merged 1 commit into from
Jul 15, 2018

Conversation

stack72
Copy link
Contributor

@stack72 stack72 commented Jul 13, 2018

Fixes: #1566

This wasn't being passed to the Create func even though the user could
define it

▶ acctests azurerm TestAccAzureRMServiceBusSubscription_
=== RUN   TestAccAzureRMServiceBusSubscription_importBasic
--- PASS: TestAccAzureRMServiceBusSubscription_importBasic (243.63s)
=== RUN   TestAccAzureRMServiceBusSubscription_basic
--- PASS: TestAccAzureRMServiceBusSubscription_basic (223.77s)
=== RUN   TestAccAzureRMServiceBusSubscription_defaultTtl
--- PASS: TestAccAzureRMServiceBusSubscription_defaultTtl (217.08s)
=== RUN   TestAccAzureRMServiceBusSubscription_updateEnableBatched
--- PASS: TestAccAzureRMServiceBusSubscription_updateEnableBatched (281.08s)
=== RUN   TestAccAzureRMServiceBusSubscription_updateRequiresSession
--- PASS: TestAccAzureRMServiceBusSubscription_updateRequiresSession (397.46s)
=== RUN   TestAccAzureRMServiceBusSubscription_updateForwardTo
--- PASS: TestAccAzureRMServiceBusSubscription_updateForwardTo (208.94s)
PASS
ok	github.com/terraform-providers/terraform-provider-azurerm/azurerm	1354.925s

…e_ttl

Fixes: hashicorp#1566

This wasn't being passed to the Create func even though the user could
define it
@stack72 stack72 changed the title [WIP] resource/servicebus_subscription: Allow the setting of default_messag… =resource/servicebus_subscription: Allow the setting of default_message_ttl Jul 13, 2018
@stack72 stack72 changed the title =resource/servicebus_subscription: Allow the setting of default_message_ttl resource/servicebus_subscription: Allow the setting of default_message_ttl Jul 14, 2018
Copy link
Contributor

@tombuildsstuff tombuildsstuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks for this 👍

@tombuildsstuff tombuildsstuff added this to the 1.10.0 milestone Jul 15, 2018
@tombuildsstuff tombuildsstuff merged commit 7177e14 into hashicorp:master Jul 15, 2018
tombuildsstuff added a commit that referenced this pull request Jul 15, 2018
@tombuildsstuff
Copy link
Contributor

hi @stack72

Just to let you know that is now available in [v1.10 of the AzureRM Provider(https://github.com/terraform-providers/terraform-provider-azurerm/blob/v1.10.0/CHANGELOG.md#1100-july-21-2018) - which you can update to this version by specifying it in the Provider block, like so:

provider "azurerm" {
  version = "=1.10.0"
}

Thanks!

@ghost
Copy link

ghost commented Mar 30, 2020

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 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azurerm_servicebus_subscription: default_message_ttl not being set
2 participants