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

Directory Service Shared Directory Support (Share Directory Resource) #6004

Closed
bflad opened this issue Sep 27, 2018 · 5 comments · Fixed by #24766
Closed

Directory Service Shared Directory Support (Share Directory Resource) #6004

bflad opened this issue Sep 27, 2018 · 5 comments · Fixed by #24766
Assignees
Labels
new-resource Introduces a new resource.
Milestone

Comments

@bflad
Copy link
Contributor

bflad commented Sep 27, 2018

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

AWS recently announced support for cross-account shared Microsoft Active Directory resources: https://aws.amazon.com/about-aws/whats-new/2018/09/aws-directory-service-share-directory-across-accounts-and-vpcs/

To properly support this setup, it looks like we'll need to implement the following:

New or Affected Resource(s)

  • aws_directory_service_directory_share

Potential Terraform Configuration

# Example implementation, details may change during development
resource "aws_directory_service_directory_share" "example" {
  directory_id = "${aws_directory_service_directory.example.id}"
  share_method = "" # ORGANIZATIONS / HANDSHAKE
  share_notes = ""
  share_target = ""
}

References

@rkmudunuru
Copy link

Is there any ETA on the implementation of this feature?

@tmccombs
Copy link
Contributor

tmccombs commented Apr 9, 2022

I've started working on a PR to implement this.

@breathingdust
Copy link
Member

Hi all 👋 Just letting you know that this is issue is featured on this quarters roadmap. If a PR exists to close the issue a maintainer will review and either make changes directly, or work with the original author to get the contribution merged. If you have written a PR to resolve the issue please ensure the "Allow edits from maintainers" box is checked. Thanks for your patience and we are looking forward to getting this merged soon!

@YakDriver YakDriver self-assigned this Jun 27, 2022
@github-actions github-actions bot added this to the v4.22.0 milestone Jul 2, 2022
@github-actions
Copy link

github-actions bot commented Jul 8, 2022

This functionality has been released in v4.22.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. Thank you!

@github-actions
Copy link

github-actions bot commented Aug 7, 2022

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-resource Introduces a new resource.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants