* Add Multi-Region support to cloud-run-v2 module * Support context expansion for multi_region_settings regions * Fix multi_region_regions formatting line length
16 lines
257 B
HCL
16 lines
257 B
HCL
name = "test-run-multiregion"
|
|
project_id = "test-project"
|
|
region = "global"
|
|
|
|
containers = {
|
|
first = {
|
|
image = "gcr.io/cloudrun/hello"
|
|
}
|
|
}
|
|
|
|
service_config = {
|
|
multi_region_settings = {
|
|
regions = ["europe-west8", "europe-west1"]
|
|
}
|
|
}
|