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

Support for Active Directory Sites & Services #192

Open
Sceptyre opened this issue Apr 16, 2024 · 1 comment
Open

Support for Active Directory Sites & Services #192

Sceptyre opened this issue Apr 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Sceptyre
Copy link

Description

Active Directory Site & Services is missing support in this provider. So currently unable to manage things like AD replication and subnetting. It would be nice to be able to add this to the list of things that could be managed by a terraform state file.

Potential Terraform Configuration

resource "ad_replication_site" "example" {
    name = "my-site"
    automatic_topology_generation_enabled = false
}

resource "ad_replication_subnet" "example" {
    name = "10.0.10.0/24"
    description = "my-description"
    site = ad_replication_site.example.name
}

References

Powershell ActiveDirectory

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@Sceptyre Sceptyre added the enhancement New feature or request label Apr 16, 2024
@Sceptyre
Copy link
Author

I'm interested in building this enhancement myself. Holding for community discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant