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 SQL server DNS alias #11276

Closed
giskou opened this issue Apr 9, 2021 · 2 comments · Fixed by #16861
Closed

Support for Azure SQL server DNS alias #11276

giskou opened this issue Apr 9, 2021 · 2 comments · Fixed by #16861
Labels
enhancement service/mssql Microsoft SQL Server
Milestone

Comments

@giskou
Copy link

giskou commented Apr 9, 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

Add support for SQL Server DNS Aliases

New or Affected Resource(s)

  • azurerm_mssql_server_dns_alias

Potential Terraform Configuration

resource "azurerm_mssql_server_dns_alias" "alias" {
  name = "my_server"
  mssql_server_id = ...
  dns_record = "my_server.database.windows.net"
}

References

@favoretti favoretti added enhancement service/mssql Microsoft SQL Server labels Apr 13, 2021
wuxu92 pushed a commit to wuxu92/terraform-provider-azurerm that referenced this issue May 19, 2022
wuxu92 pushed a commit to wuxu92/terraform-provider-azurerm that referenced this issue May 19, 2022
wuxu92 pushed a commit to wuxu92/terraform-provider-azurerm that referenced this issue May 19, 2022
wuxu92 pushed a commit to wuxu92/terraform-provider-azurerm that referenced this issue May 20, 2022
wuxu92 pushed a commit to wuxu92/terraform-provider-azurerm that referenced this issue May 20, 2022
wuxu92 pushed a commit to wuxu92/terraform-provider-azurerm that referenced this issue May 20, 2022
wuxu92 pushed a commit to wuxu92/terraform-provider-azurerm that referenced this issue May 20, 2022
@github-actions github-actions bot added this to the v3.8.0 milestone May 26, 2022
@github-actions
Copy link

This functionality has been released in v3.8.0 of the Terraform 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

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 Jun 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement service/mssql Microsoft SQL Server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants