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

group proxy_addresses argument #1574

Open
JamesNSmith opened this issue Nov 22, 2024 · 0 comments
Open

group proxy_addresses argument #1574

JamesNSmith opened this issue Nov 22, 2024 · 0 comments

Comments

@JamesNSmith
Copy link

Community Note

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

Description

proxy_addresses is currently an attribute of group, but is not an argument. This argument would enable the creation of 365 groups that use an email address other than the default.

New or Affected Resource(s)

  • azuread_group

Potential Terraform Configuration

resource "azuread_group" "example" {
  display_name     = "example"
  mail_enabled     = true
  mail_nickname    = "ExampleGroup"
  proxy_addresses  = [
    "SMTP:[email protected]"
  ]
}

References

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

No branches or pull requests

1 participant