-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
IoTHub Connection Strings #1743
Comments
If someone would like to point me in a technical direction, I would like to try to take a crack at it. |
hey @szaroubi Thanks for opening this issue / offering to contribute a fix for this :) Whilst I've not checked the HTTP response, but I believe this should be available as the
Given this is a complex object - I'd also recommend checking for errors when setting the object in the state too:
Hope that helps - please let us know if you have any other questions :) Thanks! |
Hello @tombuildsstuff , Seeing I am a total n00b when it comes to building and running the terraform-provier-azurerm project. A part from the README.md file, is there other documentation on how to setup and test this provider (or other providers) with an existing terraform build (or generate a new terraform build)? |
Here is my PR: #1789 |
hey @szaroubi Thanks for that PR - that's now been merged and will go out as part of the next release of the AzureRM Provider :) Thanks! |
hey @szaroubi Just to let you know that this has been released in v1.14.0 of the AzureRM Provider which is now available: https://github.com/terraform-providers/terraform-provider-azurerm/blob/v1.14.0/CHANGELOG.md Thanks! |
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! |
Community Note
Description
After provisioning an IoT Hub and an Azure Function, I would like to set a Function App setting (app_setting) with one of the IoTHub connection strings.
In order to accomplish this, one can generate the connection strings according to this document.
https://blogs.msdn.microsoft.com/iotdev/2017/05/09/understand-different-connection-strings-in-azure-iot-hub/
New or Affected Resource(s)
Not sure, don't know the codebase enough.
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: