Files
hunfabric/tests/modules/project/universe.tfvars
Julio Castillo c73035f4e5 Allow universe-bound projects to exclude services (#2852)
* Allow universe-bound projects to exclude services

* Update README
2025-01-30 08:48:58 +01:00

14 lines
217 B
HCL

prefix = "foo"
universe = {
prefix = "alpha"
unavailable_services = [
"xxx.googleapis.com",
"yyy.googleapis.com"
]
}
services = [
"aaa.googleapis.com",
"bbb.googleapis.com",
"xxx.googleapis.com"
]