Skip to content

Commit

Permalink
send empty value for [region]healthcheck description
Browse files Browse the repository at this point in the history
  • Loading branch information
danawillow committed Oct 10, 2020
1 parent 4593944 commit bde8bce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions products/compute/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4146,6 +4146,7 @@ objects:
description: |
An optional description of this resource. Provide this property when
you create the resource.
send_empty_value: true
- !ruby/object:Api::Type::Integer
name: 'healthyThreshold'
description: |
Expand Down Expand Up @@ -11070,6 +11071,7 @@ objects:
description: |
An optional description of this resource. Provide this property when
you create the resource.
send_empty_value: true
- !ruby/object:Api::Type::Integer
name: 'healthyThreshold'
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ func testAccComputeHealthCheck_tcp_update(hckName string) string {
return fmt.Sprintf(`
resource "google_compute_health_check" "foobar" {
check_interval_sec = 3
description = "Resource updated for Terraform acceptance testing"
healthy_threshold = 10
name = "health-test-%s"
timeout_sec = 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ func testAccComputeRegionHealthCheck_tcp_update(hckName string) string {
return fmt.Sprintf(`
resource "google_compute_region_health_check" "foobar" {
check_interval_sec = 3
description = "Resource updated for Terraform acceptance testing"
healthy_threshold = 10
name = "health-test-%s"
timeout_sec = 2
Expand Down

0 comments on commit bde8bce

Please sign in to comment.