Allow universe-bound projects to exclude services (#2852)

* Allow universe-bound projects to exclude services

* Update README
This commit is contained in:
Julio Castillo
2025-01-30 08:48:58 +01:00
committed by GitHub
parent 4b9fd89642
commit c73035f4e5
7 changed files with 43 additions and 18 deletions

View File

@@ -167,8 +167,8 @@ output "service_agents" {
}
output "services" {
description = "Service APIs to enabled in the project."
value = var.services
description = "Service APIs to enable in the project."
value = local.available_services
depends_on = [
google_project_service.project_services,
google_project_service_identity.default,