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

Feature Request: Set azurerm_iothub shared access policies #2201

Closed
polarking opened this issue Nov 1, 2018 · 3 comments · Fixed by #3009
Closed

Feature Request: Set azurerm_iothub shared access policies #2201

polarking opened this issue Nov 1, 2018 · 3 comments · Fixed by #3009
Labels
hashibot/ignore new-resource service/iot-hub upstream/microsoft Indicates that there's an upstream issue blocking this issue/PR
Milestone

Comments

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

Hey!
It would be great to be able to set shared access policies for IoT Hubs.

New or Affected Resource(s)

  • azurerm_iothub

Potential Terraform Configuration

This could potentially be configured like so:

resource "azurerm_iothub_shared_access_policy" "sap" {
  name            = "sap"
  iothub_id       = "${azurerm_iothub.iothub.id}"
  registry_read   = true
  registry_write  = true
  service_connect = true
  device_connect  = true
}
@tombuildsstuff
Copy link
Contributor

hi @polarking

Thanks for opening this issue :)

Taking a quick look into this I don't believe support for this is available in the Azure SDK for Go - would you mind opening a feature request on that repository for this to be added to the SDK, so that we could look to implement support for this?

Thanks!

@polarking
Copy link
Author

Thanks @tombuildsstuff
I've setup a feature request in the SDK repo: Azure/azure-sdk-for-go#3200

@ghost
Copy link

ghost commented May 10, 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 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators May 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
hashibot/ignore new-resource service/iot-hub upstream/microsoft Indicates that there's an upstream issue blocking this issue/PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants