-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
SFTP support in Azure Blob Storage - Terraform support for SFTP management APIs #30442
Comments
Hello, This appears to be an issue or question with the AzureRM provider, not with Terraform itself. You can see existing issues and file a new one in their repository here: https://github.com/terraform-providers/terraform-provider-azurerm/issues. If you have questions about Terraform or the AzureRM provider, it's better to use the community forum where there are more people ready to help. The GitHub issues here are monitored only by a few core maintainers. Thanks! |
Resources deployed by Terraform are done so through providers, Terraform alone does not manage any cloud resources. Since Azure resources are mostly handled by the AzureRM provider, that is where I tried to direct you first. Feature requests for new or existing resources should go through the corresponding provider's project repository. |
The issue tracker is linked in my first response, but searching for "sftp" brings up hashicorp/terraform-provider-azurerm#14736 which may already be what you are looking for. |
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. |
Current Terraform Version
Use-cases
Terraform support for SFTPI APIs in this release.
Many customers participating in the preview for Azure SFTP have requested Terraform support to be able to deploy Blob Storage accounts with SFTP enabled. They would also like support for local user (identity used for SFTP) management.
Attempted Solutions
Proposal
References
The text was updated successfully, but these errors were encountered: