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 adding Azure AD admin user on Azure Database for PostgreSQL server #6110

Closed
charmon79 opened this issue Mar 13, 2020 · 4 comments · Fixed by #7411
Closed

Support for adding Azure AD admin user on Azure Database for PostgreSQL server #6110

charmon79 opened this issue Mar 13, 2020 · 4 comments · Fixed by #7411

Comments

@charmon79
Copy link

charmon79 commented Mar 13, 2020

Azure Database for PostgreSQL supports adding an Azure AD administrator account for the PostgreSQL server, but the Azure provider for Terraform doesn't have any facility for this. There needs to be an azurerm_postgresql_... resource equivalent to azurerm_sql_active_directory_administrator.

Relevant MS docs: https://docs.microsoft.com/en-us/azure/postgresql/howto-configure-sign-in-aad-authentication

@tzylla
Copy link

tzylla commented May 29, 2020

This would be a great addition to the module, we require to set AD admin user through terraform

@evertonmc
Copy link
Contributor

#7411 implementation ready for review @katbyte

@tombuildsstuff tombuildsstuff added this to the v2.16.0 milestone Jun 25, 2020
@ghost
Copy link

ghost commented Jun 25, 2020

This has been released in version 2.16.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example:

provider "azurerm" {
    version = "~> 2.16.0"
}
# ... other configuration ...

@ghost
Copy link

ghost commented Jul 25, 2020

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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!

@hashicorp hashicorp locked and limited conversation to collaborators Jul 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
5 participants