Add default route action to internal app lb path matcher (#3195)

* add path_matcher.default_route_action

* update readme

* update versions
This commit is contained in:
Sepehr Javid
2025-06-26 14:21:32 +02:00
committed by GitHub
parent c14e159b3b
commit 562a7cfe17
210 changed files with 643 additions and 419 deletions

View File

@@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.33.0, < 7.0.0" # tftest
version = ">= 6.40.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.33.0, < 7.0.0" # tftest
version = ">= 6.40.0, < 7.0.0" # tftest
}
}
provider_meta "google" {