-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
AWS Sftp now support elastic ips #11593
Comments
I think this is a duplicate of #11569. |
duplicate of #11569. |
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. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue was originally opened by @KVInventoR as hashicorp/terraform#23851. It was migrated here as a result of the provider split. The original body of the issue is below.
Hi All
A lot of time ago, AWS announced supports security groups and elastic ip addresses for sftp server:
https://aws.amazon.com/about-aws/whats-new/2020/01/aws-transfer-for-sftp-supports-vpc-security-groups-and-elastic-ip-addresses/
do you have a plans to support it in aws module?
According to documentation:
https://docs.aws.amazon.com/cli/latest/reference/transfer/create-server.html
it's possible to set different options:
but yours:
https://www.terraform.io/docs/providers/aws/r/transfer_server.html
supports only PUBLIC
any plans to update sftp server?
The text was updated successfully, but these errors were encountered: