Skip to content

Commit

Permalink
Bump istio-test version to v0.3.1 in variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis committed Jan 18, 2025
1 parent 15af073 commit 1494225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion regional/istio/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ No requirements.
| <a name="input_datadog_api_key"></a> [datadog\_api\_key](#input\_datadog\_api\_key) | Datadog API key | `string` | n/a | yes |
| <a name="input_datadog_app_key"></a> [datadog\_app\_key](#input\_datadog\_app\_key) | Datadog APP key | `string` | n/a | yes |
| <a name="input_istio_test_replicas"></a> [istio\_test\_replicas](#input\_istio\_test\_replicas) | The number of replicas for the istio-test deployment | `number` | `1` | no |
| <a name="input_istio_test_version"></a> [istio\_test\_version](#input\_istio\_test\_version) | The version of the istio-test deployment | `string` | `"v0.3.0"` | no |
| <a name="input_istio_test_version"></a> [istio\_test\_version](#input\_istio\_test\_version) | The version of the istio-test deployment | `string` | `"v0.3.1"` | no |

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion regional/istio/test/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ variable "istio_test_replicas" {
variable "istio_test_version" {
description = "The version of the istio-test deployment"
type = string
default = "v0.3.0"
default = "v0.3.1"
}

0 comments on commit 1494225

Please sign in to comment.