Skip to content

Commit

Permalink
Fix broken lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romanini-ciandt committed Nov 11, 2024
1 parent 8f2a480 commit ac332a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/monitoring_alerts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This example provides monitoring e-mail alerts for KMS key versions scheduled fo
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| email\_addresses\_to\_be\_notified | Email addresses used for sending notifications to. | `list(string)` | n/a | yes |
| monitor\_all\_keys\_in\_the\_project | True for all KMS key versions under the same project to be monitored, false for only the KMS key version created in this example to be monitored. Default: false. | `bool` | `false` | no |
| monitor\_all\_keys\_in\_the\_project | True for all KMS key versions under the same project to be monitored, false for only the KMS key version created in this example to be monitored. Default: false. | `bool` | n/a | yes |
| project\_id | The ID of the project in which to provision resources. | `string` | n/a | yes |

## Outputs
Expand Down

0 comments on commit ac332a1

Please sign in to comment.