azurerm_sql_server

    0

    0

    lucycodes42

    Terraform snippets

    The azurerm_sql_server resource configuration block defines an Azure SQL Server resource.

    The name parameter specifies the name of the Azure SQL Server resource.

    The resource_group_name parameter specifies the name of the Azure SQL Server resource group.

    The location parameter specifies the location of the Azure SQL Server resource.

    The version parameter specifies the version of the Azure SQL Server resource.

    The administrator_login parameter specifies the login name for the Azure SQL Server resource.

    The administrator_login_password parameter specifies the password for the Azure SQL Server resource.

    Shortcut: tf_azurerm_sql_server

    resource "azurerm_sql_server" "${MyResource}" {
       name = "MySqlServer"
       resource_group_name = "\${azurerm_resource_group.test.name}"\
       location = "West US"
       version = "12.0"
       administrator_login = "mradministrator"
       administrator_login_password = "thisIsDog11"
    }
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.