Skip to content

Commit

Permalink
feat: update slo-generator to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Cervello authored Nov 16, 2020
2 parents b2aa6bf + 2bb81f7 commit afdc43b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/slo-pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ See the [fixture project](../../test/setup/main.tf) for an example to create thi
| region | Region for the App Engine app | string | `"us-east1"` | no |
| service\_account\_email | Service account email (optional) | string | `""` | no |
| service\_account\_name | Name of the service account to create | string | `"slo-pipeline"` | no |
| slo\_generator\_version | SLO generator library version | string | `"1.3.2"` | no |
| slo\_generator\_version | SLO generator library version | string | `"1.4.0"` | no |
| storage\_bucket\_class | The Storage Class of the new bucket. Supported values include: STANDARD, MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE | string | `"STANDARD"` | no |
| storage\_bucket\_location | The GCS location | string | `"US"` | no |
| use\_custom\_service\_account | Use a custom service account (pass service_account_email if true) | bool | `"false"` | no |
Expand Down
2 changes: 1 addition & 1 deletion modules/slo-pipeline/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ variable "dataset_create" {

variable "slo_generator_version" {
description = "SLO generator library version"
default = "1.3.2"
default = "1.4.0"
}

variable "extra_files" {
Expand Down
2 changes: 1 addition & 1 deletion modules/slo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ See the [fixture project](../../test/setup/main.tf) for an example to create thi
| schedule | Cron-like schedule for Cloud Scheduler | string | `"* * * * */1"` | no |
| service\_account\_email | Service account email (optional) | string | `""` | no |
| service\_account\_name | Service account name (in case the generated one is too long) | string | `""` | no |
| slo\_generator\_version | SLO generator library version | string | `"1.3.2"` | no |
| slo\_generator\_version | SLO generator library version | string | `"1.4.0"` | no |
| time\_zone | The timezone to use in scheduler | string | `"Etc/UTC"` | no |
| use\_custom\_service\_account | Use a custom service account (pass service_account_email if true) | bool | `"false"` | no |
| vpc\_connector | VPC Connector. The format of this field is projects/*/locations/*/connectors/*. | string | `"null"` | no |
Expand Down
2 changes: 1 addition & 1 deletion modules/slo/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ variable "labels" {

variable "slo_generator_version" {
description = "SLO generator library version"
default = "1.3.2"
default = "1.4.0"
}

variable "extra_files" {
Expand Down

0 comments on commit afdc43b

Please sign in to comment.