-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
ds/efs_mount_target: Add access_point_id, file_system_id args #18918
Conversation
@@ -27,14 +27,15 @@ data "aws_efs_mount_target" "by_id" { | |||
|
|||
The following arguments are supported: | |||
|
|||
* `mount_target_id` - (Required) ID of the mount target that you want to have described | |||
* `access_point_id` - (Optional) ID or ARN of the access point whose mount target that you want to find. It must be included if a `file_system_id` and `mount_target_id` are not included. |
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.
* `access_point_id` - (Optional) ID or ARN of the access point whose mount target that you want to find. It must be included if a `file_system_id` and `mount_target_id` are not included. | |
* `access_point_id` - (Optional) ID or ARN of the access point whose mount target you want to find. It must be included if a `file_system_id` and `mount_target_id` are not included. |
@@ -27,14 +27,15 @@ data "aws_efs_mount_target" "by_id" { | |||
|
|||
The following arguments are supported: | |||
|
|||
* `mount_target_id` - (Required) ID of the mount target that you want to have described | |||
* `access_point_id` - (Optional) ID or ARN of the access point whose mount target that you want to find. It must be included if a `file_system_id` and `mount_target_id` are not included. | |||
* `file_system_id` - (Optional) ID or ARN of the file system whose mount target that you want to find. It must be included if an `access_point_id` and `mount_target_id` are not included. |
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.
* `file_system_id` - (Optional) ID or ARN of the file system whose mount target that you want to find. It must be included if an `access_point_id` and `mount_target_id` are not included. | |
* `file_system_id` - (Optional) ID or ARN of the file system whose mount target you want to find. It must be included if an `access_point_id` and `mount_target_id` are not included. |
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.
Looks great! Super tiny nits in the docs (dropping the that
in the 2 sentences i think reads better but lmk otherwise! )
Output of acceptance tests:
--- PASS: TestAccDataSourceAwsEfsMountTarget_byAccessPointID (136.40s)
--- PASS: TestAccDataSourceAwsEfsMountTarget_basic (138.68s)
--- PASS: TestAccDataSourceAwsEfsMountTarget_byFileSystemID (138.68s)
This has been released in version 3.38.0 of the Terraform AWS 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 for triage. Thanks! |
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 issues. |
Community Note
Closes #18859
Output from acceptance testing (Commercial):
Output from acceptance testing (GovCloud):