making the sql admin password sensitive (#12004)
This commit is contained in:
parent
5c8e86be09
commit
3f3884890a
|
@ -45,8 +45,9 @@ func resourceArmSqlServer() *schema.Resource {
|
|||
},
|
||||
|
||||
"administrator_login_password": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Required: true,
|
||||
Type: schema.TypeString,
|
||||
Required: true,
|
||||
Sensitive: true,
|
||||
},
|
||||
|
||||
"fully_qualified_domain_name": &schema.Schema{
|
||||
|
|
Loading…
Reference in New Issue