FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

azure_sql_database_server

Allocates a new SQL Database Server on Azure.

Example Usage

resource "azure_sql_database_server" "sql-serv" {
    name = "<computed>"
    location = "West US"
    username = "SuperUser"
    password = "SuperSEKR3T"
    version = "2.0"
    url = "<computed>"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io