Skip to content

Commit

Permalink
extending timeout (#5182)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmedia authored Sep 8, 2021
1 parent 034d452 commit b621577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mmv1/products/redis/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ overrides: !ruby/object:Overrides::ResourceOverrides
optional_properties: |
* `auth_string` - (Optional) AUTH String set on the instance. This field will only be populated if auth_enabled is true.
timeouts: !ruby/object:Api::Timeouts
insert_minutes: 10
update_minutes: 10
delete_minutes: 10
insert_minutes: 20
update_minutes: 20
delete_minutes: 20
autogen_async: true
custom_code: !ruby/object:Provider::Terraform::CustomCode
encoder: templates/terraform/encoders/redis_location_id_for_fallback_zone.go.erb
Expand Down

0 comments on commit b621577

Please sign in to comment.