Skip to content

Commit

Permalink
Update azurerm/resource_arm_api_management_certificate.go
Browse files Browse the repository at this point in the history
Co-Authored-By: tombuildsstuff <tombuildsstuff@users.noreply.github.com>
  • Loading branch information
katbyte and tombuildsstuff authored Mar 29, 2019
1 parent 49b84f0 commit 60762d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azurerm/resource_arm_api_management_certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func resourceArmApiManagementCertificateCreateUpdate(d *schema.ResourceData, met
name := d.Get("name").(string)
resourceGroup := d.Get("resource_group_name").(string)
serviceName := d.Get("api_management_name").(string)

data := d.Get("data").(string)
password := d.Get("password").(string)

Expand Down

0 comments on commit 60762d6

Please sign in to comment.