-
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_data_factory_linked_service_sftp
: support for hostkey related properties
#11825
azurerm_data_factory_linked_service_sftp
: support for hostkey related properties
#11825
Conversation
Add `skip_host_key_validateion` and `host_key_fingerprint` arguments. Fixes #11797
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.
@favoretti Thanks for this PR!
I've taken a look through and left some comments inline. Besides which, does it make sense to add test cases for the new properties?
azurerm/internal/services/datafactory/data_factory_linked_service_sftp_resource.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/datafactory/data_factory_linked_service_sftp_resource.go
Outdated
Show resolved
Hide resolved
azurerm/internal/services/datafactory/data_factory_linked_service_sftp_resource.go
Outdated
Show resolved
Hide resolved
@favoretti LGTM 👍 Thank you! |
azurerm_data_factory_linked_service_sftp
: Add hostkey attributesazurerm_data_factory_linked_service_sftp
: support for hostkey related properties
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. |
Add
skip_host_key_validateion
andhost_key_fingerprint
arguments.Fixes #11797