Skip to content

Commit

Permalink
azurerm_api_management_named_value value to be sensitive (#7819)
Browse files Browse the repository at this point in the history
Fix #7808
  • Loading branch information
yupwei68 authored Jul 23, 2020
1 parent 6c6e095 commit cb3c9e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func resourceArmApiManagementNamedValue() *schema.Resource {
"value": {
Type: schema.TypeString,
Required: true,
Sensitive: true,
ValidateFunc: validation.StringIsNotEmpty,
},

Expand Down

0 comments on commit cb3c9e5

Please sign in to comment.