Skip to content

Commit

Permalink
Notice changes (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo committed Apr 12, 2018
1 parent bde72e7 commit 4695f6f
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 45 deletions.
10 changes: 5 additions & 5 deletions google/resource_compute_backend_bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
//
// ----------------------------------------------------------------------------
//
// This file is automatically generated and manual changes will be
// clobbered when the file is regenerated.
// This file is automatically generated by Magic Modules and manual
// changes will be clobbered when the file is regenerated.
//
// Please read more about how to change this file in
// .github/CONTRIBUTING.md.
Expand Down Expand Up @@ -35,9 +35,9 @@ func resourceComputeBackendBucket() *schema.Resource {
},

Timeouts: &schema.ResourceTimeout{
Create: schema.DefaultTimeout(4 * time.Minute),
Update: schema.DefaultTimeout(4 * time.Minute),
Delete: schema.DefaultTimeout(4 * time.Minute),
Create: schema.DefaultTimeout(240 * time.Second),
Update: schema.DefaultTimeout(240 * time.Second),
Delete: schema.DefaultTimeout(240 * time.Second),
},

Schema: map[string]*schema.Schema{
Expand Down
10 changes: 5 additions & 5 deletions google/resource_compute_http_health_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
//
// ----------------------------------------------------------------------------
//
// This file is automatically generated and manual changes will be
// clobbered when the file is regenerated.
// This file is automatically generated by Magic Modules and manual
// changes will be clobbered when the file is regenerated.
//
// Please read more about how to change this file in
// .github/CONTRIBUTING.md.
Expand Down Expand Up @@ -35,9 +35,9 @@ func resourceComputeHttpHealthCheck() *schema.Resource {
},

Timeouts: &schema.ResourceTimeout{
Create: schema.DefaultTimeout(4 * time.Minute),
Update: schema.DefaultTimeout(4 * time.Minute),
Delete: schema.DefaultTimeout(4 * time.Minute),
Create: schema.DefaultTimeout(240 * time.Second),
Update: schema.DefaultTimeout(240 * time.Second),
Delete: schema.DefaultTimeout(240 * time.Second),
},

Schema: map[string]*schema.Schema{
Expand Down
10 changes: 5 additions & 5 deletions google/resource_compute_https_health_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
//
// ----------------------------------------------------------------------------
//
// This file is automatically generated and manual changes will be
// clobbered when the file is regenerated.
// This file is automatically generated by Magic Modules and manual
// changes will be clobbered when the file is regenerated.
//
// Please read more about how to change this file in
// .github/CONTRIBUTING.md.
Expand Down Expand Up @@ -35,9 +35,9 @@ func resourceComputeHttpsHealthCheck() *schema.Resource {
},

Timeouts: &schema.ResourceTimeout{
Create: schema.DefaultTimeout(4 * time.Minute),
Update: schema.DefaultTimeout(4 * time.Minute),
Delete: schema.DefaultTimeout(4 * time.Minute),
Create: schema.DefaultTimeout(240 * time.Second),
Update: schema.DefaultTimeout(240 * time.Second),
Delete: schema.DefaultTimeout(240 * time.Second),
},

Schema: map[string]*schema.Schema{
Expand Down
20 changes: 10 additions & 10 deletions website/docs/r/compute_backend_bucket.html.markdown
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<!---
----------------------------------------------------------------------------
<!--
----------------------------------------------------------------------------
*** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
*** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
----------------------------------------------------------------------------
----------------------------------------------------------------------------
This file is automatically generated and manual changes will be
clobbered when the file is regenerated.
This file is automatically generated by Magic Modules and manual
changes will be clobbered when the file is regenerated.
Please read more about how to change this file in
.github/CONTRIBUTING.md.
Please read more about how to change this file in
.github/CONTRIBUTING.md.
----------------------------------------------------------------------------
--->
----------------------------------------------------------------------------
-->

---
layout: "google"
Expand Down
20 changes: 10 additions & 10 deletions website/docs/r/compute_http_health_check.html.markdown
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<!---
----------------------------------------------------------------------------
<!--
----------------------------------------------------------------------------
*** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
*** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
----------------------------------------------------------------------------
----------------------------------------------------------------------------
This file is automatically generated and manual changes will be
clobbered when the file is regenerated.
This file is automatically generated by Magic Modules and manual
changes will be clobbered when the file is regenerated.
Please read more about how to change this file in
.github/CONTRIBUTING.md.
Please read more about how to change this file in
.github/CONTRIBUTING.md.
----------------------------------------------------------------------------
--->
----------------------------------------------------------------------------
-->

---
layout: "google"
Expand Down
20 changes: 10 additions & 10 deletions website/docs/r/compute_https_health_check.html.markdown
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<!---
----------------------------------------------------------------------------
<!--
----------------------------------------------------------------------------
*** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
*** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
----------------------------------------------------------------------------
----------------------------------------------------------------------------
This file is automatically generated and manual changes will be
clobbered when the file is regenerated.
This file is automatically generated by Magic Modules and manual
changes will be clobbered when the file is regenerated.
Please read more about how to change this file in
.github/CONTRIBUTING.md.
Please read more about how to change this file in
.github/CONTRIBUTING.md.
----------------------------------------------------------------------------
--->
----------------------------------------------------------------------------
-->

---
layout: "google"
Expand Down

0 comments on commit 4695f6f

Please sign in to comment.