Skip to content

Commit

Permalink
extend the azurerm_security_center_server_vulnerability_assessment
Browse files Browse the repository at this point in the history
…delete timeout
  • Loading branch information
magodo committed Jun 18, 2021
1 parent 4fd21a3 commit 2f75bab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ func resourceServerVulnerabilityAssessment() *pluginsdk.Resource {
Timeouts: &pluginsdk.ResourceTimeout{
Create: pluginsdk.DefaultTimeout(5 * time.Minute),
Read: pluginsdk.DefaultTimeout(5 * time.Minute),
Update: pluginsdk.DefaultTimeout(5 * time.Minute),
Delete: pluginsdk.DefaultTimeout(5 * time.Minute),
Delete: pluginsdk.DefaultTimeout(10 * time.Minute),
},

Schema: map[string]*pluginsdk.Schema{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ In addition to all arguments above, the following attributes are exported:

The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/docs/configuration/resources.html#timeouts) for certain actions:

* `create` - (Defaults to 30 minutes) Used when creating the Advanced Threat Protection.
* `create` - (Defaults to 5 minutes) Used when creating the Advanced Threat Protection.
* `read` - (Defaults to 5 minutes) Used when retrieving the Advanced Threat Protection.
* `delete` - (Defaults to 30 minutes) Used when deleting the Advanced Threat Protection.
* `delete` - (Defaults to 10 minutes) Used when deleting the Advanced Threat Protection.

## Import

Expand Down

0 comments on commit 2f75bab

Please sign in to comment.