Skip to content
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 FSx Subnet issue #24517

Closed
itdevon opened this issue Apr 1, 2020 · 3 comments
Closed

AWS FSx Subnet issue #24517

itdevon opened this issue Apr 1, 2020 · 3 comments

Comments

@itdevon
Copy link

itdevon commented Apr 1, 2020

Having issues with AWS FSx, I have two subnets, but the error indicates only a max of 1 subnet.

Terraform Version

Terraform v0.11.14

  • provider.aws v2.55.0

Terraform Configuration Files

resource "aws_fsx_windows_file_system" "orapreshopdbfs" {
storage_capacity = 2000
subnet_ids = ["subnet-1", "subnet-2"]
throughput_capacity = 2048

self_managed_active_directory {
dns_ips = ["10.1.1.1", "10.1.1.2"]
domain_name = "redacted"
organizational_unit_distinguished_name = "redacted"
password = "redacted"
username = "redacted"
}
}

Debug Output

Error: aws_fsx_windows_file_system.orapreshopdbfs: subnet_ids: attribute supports 1 item maximum, config has 2 declared

Expected Behavior

FSx is in mult-zone, so it will need to have two subnets.

Steps to Reproduce

Please list the full steps required to reproduce the issue, for example:

  1. terraform plan

-->

@danieldreier
Copy link
Contributor

Thanks for reporting this! I think that this is an issue to be addressed in the AWS Terraform provider, rather than in core. I'm going to label it as such, and the HashiBot will shortly migrate it over to the AWS provider. Please feel free to re-open this if they determine that it is indeed an issue that needs to be addressed in Terraform core.

@ghost
Copy link

ghost commented Apr 1, 2020

This issue has been automatically migrated to hashicorp/terraform-provider-aws#12601 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to hashicorp/terraform-provider-aws#12601.

@ghost ghost closed this as completed Apr 1, 2020
@ghost
Copy link

ghost commented May 1, 2020

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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators May 1, 2020
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants