-
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_transfer_server - VPC Hosted never completes #15823
Comments
Hi, I have the same issue. Note: I'm using vpc sharing. Here is my resource:
Here are logs:
My terraform IAM user is administrator. |
I spoke to AWS support folks and they confirmed it is because participant account does not have access to default security group of master account where VPC is managed. I believe this issue will be resolved once fix for this is deployed - #15788 |
@dsdorazio #17539 has been merged, adding support for (non-default) VPC security groups. This should be available in v3.49.0 of the Terraform AWS Provider next week. |
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. |
Community Note
Terraform CLI and Terraform AWS Provider Version
3.11.0
Affected Resource(s)
aws_transfer_server
Terraform Configuration Files
Debug Output
Expected Behavior
transfer server should be created in a couple of minutes (UI confirmed)
Actual Behavior
Resource creating waits indefinitely
Steps to Reproduce
terraform plan
- succeeds showing the expected resourceterraform apply
Important Factoids
The VPC, Subnet, all networking (etc) are all shared from the master account, using AWS Control Tower.
The text was updated successfully, but these errors were encountered: