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

Add attributes reference for azurerm_signalr_service #2506

Closed
karpenkoKhAI opened this issue Dec 13, 2018 · 2 comments
Closed

Add attributes reference for azurerm_signalr_service #2506

karpenkoKhAI opened this issue Dec 13, 2018 · 2 comments

Comments

@karpenkoKhAI
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

Description

Please, add attributes for azurerm_signalr_service resource:

  • primary_access_key
  • primary_connection_string
  • secondary_access_key
  • secondary_connection_string

New or Affected Resource(s)

  • azurerm_signalr_service

Potential Terraform Configuration

resource "azurerm_signalr_service" "example" {
  name                = "tfex-signalr"
  location            = "${azurerm_resource_group.example.location}"
  resource_group_name = "${azurerm_resource_group.example.name}"
  sku {
    name     = "Free_F1"
    capacity = 1
  }
}
output "example_primary_key" {
  value = "${azurerm_signalr_service.example.primary_access_key}"
}
output "example_secondary_key" {
  value = "${azurerm_signalr_service.example.secondary_access_key}"
}
output "example_primary_connection_string" {
  value = "${azurerm_signalr_service.example.primary_connection_string}"
}
output "example_secondary_connection_string" {
  value = "${azurerm_signalr_service.example.secondary_connection_string}"
}

References

@katbyte
Copy link
Collaborator

katbyte commented Jan 23, 2019

Hi @karpenkoKhAI,

Thanks for bringing this to our attention, these attributes have been added to the next upcoming release 1.22 that should come out with in the next few weeks 🙂

@ghost
Copy link

ghost commented Mar 5, 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 5, 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