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 Azure Netapp Files - AD Site Name #12462

Closed
schlbra opened this issue Jul 2, 2021 · 5 comments · Fixed by #25340
Closed

Support for Azure Netapp Files - AD Site Name #12462

schlbra opened this issue Jul 2, 2021 · 5 comments · Fixed by #25340

Comments

@schlbra
Copy link

schlbra commented Jul 2, 2021

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

Currently the netapp files account resource does not have a site or AD Site Name attribute. This is the site name that the domain controller discover will be limited to. Since netapp files does not currently support route tables, this attribute is required for large organizations that multiple domain controllers in datacenters across the world.

This Site parameter already exists in the Azure SDK for Go so hopefully adding it to the terraform resource is quick and easy (LINK HERE).

image

New or Affected Resource(s)

  • azurerm_netapp_account

Potential Terraform Configuration

resource "azurerm_netapp_account" "example" {
  name                = "example-netapp"
  resource_group_name = azurerm_resource_group.example.name
  location            = azurerm_resource_group.example.location

  active_directory {
    username            = "aduser"
    password            = "aduserpwd"
    smb_server_name     = "SMBSERVER"
    dns_servers         = ["1.2.3.4"]
    domain              = "westcentralus.com"
    organizational_unit = "OU=FirstLevel"
    site_name           = "WestCentral"
  }
}

References

@KenCowley1967

This comment was marked as off-topic.

@thplex48178

This comment was marked as off-topic.

@aleblanc70

This comment was marked as off-topic.

@Milindkg97
Copy link

Any movement on this issue? Support for this is not available yet, and due to this we cannot have automate deployments for our SMB fileshares using Terraform

Copy link

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 Apr 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants