Skip to content

Commit

Permalink
fix(account_management): refactored timeout to discard limit on create (
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-new-relic authored Jul 21, 2023
1 parent 25be245 commit 85c3630
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions newrelic/resource_newrelic_account_management.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"fmt"
"strconv"
"time"

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
Expand Down Expand Up @@ -36,11 +35,7 @@ func resourceNewRelicWorkloadAccountManagement() *schema.Resource {
Required: true,
},
},
Timeouts: &schema.ResourceTimeout{
Create: schema.DefaultTimeout(10 * time.Second),
},
}

}

func resourceNewRelicAccountRead(ctx context.Context, d *schema.ResourceData, meta interface{}) diag.Diagnostics {
Expand Down

0 comments on commit 85c3630

Please sign in to comment.