-
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
azurerm_storage_account - adds support for enabling SFTP #19428
azurerm_storage_account - adds support for enabling SFTP #19428
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @leesutcliffe
Thanks for the PR. The change looks good, but the linters are failing. Could you take a look at the action failures and we'll re-review when the failures are addressed? (I think it might just be make fmt
required)
Thanks!
Relates-to: hashicorp#14736
Thanks @jackofallops lint errors resolved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @leesutcliffe
Thanks for pushing those changes, I've taken a look through and left a couple of minor comments inline but this otherwise LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @leesutcliffe LGTM 🥭
…9428) * adds sftp_enabled property to azurerm_storage_account Relates-to: hashicorp#14736 * resolves lint error Relates-to: hashicorp#14736 * resolves comments, bool in notes and error msg format Relates-to: hashicorp#14736
This functionality has been released in v3.34.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
This PR is to add SFTP support to the azurerm_storage_account resource.
A
sftp_enabled
property has been added which takes a boolean value to enable or disable the serviceRelates-to: #14736
Acceptance tests run successfully
The locally complied provider works as expected