Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed May 18, 2020
1 parent 0ba2ccf commit c5e2def
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Expand Up @@ -33,7 +33,10 @@ func resourceArmBlueprintAssignment() *schema.Resource {
},

Timeouts: &schema.ResourceTimeout{
Read: schema.DefaultTimeout(5 * time.Minute),
Create: schema.DefaultTimeout(30 * time.Minute),
Update: schema.DefaultTimeout(30 * time.Minute),
Read: schema.DefaultTimeout(5 * time.Minute),
Delete: schema.DefaultTimeout(5 * time.Minute),
},

Schema: map[string]*schema.Schema{
Expand Down
1 change: 1 addition & 0 deletions azurerm/internal/services/msi/parse/identity.go
Expand Up @@ -2,6 +2,7 @@ package parse

import (
"fmt"

"github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/azure"
)

Expand Down

0 comments on commit c5e2def

Please sign in to comment.