Skip to content

Commit

Permalink
google_monitoring_alert_policy periods doc update & dataproc doc upda…
Browse files Browse the repository at this point in the history
…te (GoogleCloudPlatform#10226)

* enable_http_port_access is a boolean not a string

* add doc update to alert policy notification rate limit period
  • Loading branch information
drandell authored and hao-nan-li committed Apr 9, 2024
1 parent ed70835 commit 0bcd366
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions mmv1/products/monitoring/AlertPolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,7 @@ properties:
name: period
description: |
Not more than one notification per period.
A duration in seconds with up to nine fractional digits, terminated by 's'. Example "60.5s".
- !ruby/object:Api::Type::String
name: autoClose
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2127,7 +2127,7 @@ resource "google_dataproc_cluster" "with_endpoint_config" {
}

endpoint_config {
enable_http_port_access = "true"
enable_http_port_access = true
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ cluster_config {
```hcl
cluster_config {
endpoint_config {
enable_http_port_access = "true"
enable_http_port_access = true
}
}
```
Expand Down

0 comments on commit 0bcd366

Please sign in to comment.