Skip to content

Commit

Permalink
Add timeouts for bare metal resources (GoogleCloudPlatform#8513)
Browse files Browse the repository at this point in the history
  • Loading branch information
naitianliu-google authored Aug 1, 2023
1 parent c13e50f commit 6acfb62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mmv1/products/gkeonprem/BareMetalAdminCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ update_mask: true
autogen_async: false
id_format: "projects/{{project}}/locations/{{location}}/bareMetalAdminClusters/{{name}}"
import_format: ["projects/{{project}}/locations/{{location}}/bareMetalAdminClusters/{{name}}"]
taint_resource_on_failed_create: true
timeouts: !ruby/object:Api::Timeouts
insert_minutes: 60
delete_minutes: 60
update_minutes: 60
description: "A Google Bare Metal Admin Cluster."
examples:
- !ruby/object:Provider::Terraform::Examples
Expand Down
4 changes: 4 additions & 0 deletions mmv1/products/gkeonprem/BareMetalCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ autogen_async: false
id_format: "projects/{{project}}/locations/{{location}}/bareMetalClusters/{{name}}"
import_format: ["projects/{{project}}/locations/{{location}}/bareMetalClusters/{{name}}"]
taint_resource_on_failed_create: true
timeouts: !ruby/object:Api::Timeouts
insert_minutes: 60
delete_minutes: 60
update_minutes: 60
examples:
- !ruby/object:Provider::Terraform::Examples
name: "gkeonprem_bare_metal_cluster_basic"
Expand Down

0 comments on commit 6acfb62

Please sign in to comment.