docs and timeouts for pfw

This commit is contained in:
kjubybot
2022-01-31 11:32:25 +03:00
parent 80a4b70db8
commit ab070b73cb
2 changed files with 41 additions and 1 deletions

View File

@@ -188,7 +188,13 @@ func resourcePfw() *schema.Resource {
State: schema.ImportStatePassthrough,
},
//TODO timeouts
Timeouts: &schema.ResourceTimeout{
Create: &Timeout60s,
Read: &Timeout30s,
Update: &Timeout60s,
Delete: &Timeout60s,
Default: &Timeout60s,
},
Schema: resourcePfwSchemaMake(),
}