Expose tags in project factory (#2929)

* Expose tags in project factory

* Update readme

* Remove default and update schema

* Fix tests
This commit is contained in:
Julio Castillo
2025-02-24 23:12:17 +01:00
committed by GitHub
parent 3ed801c464
commit 50265f2169
6 changed files with 80 additions and 3 deletions

View File

@@ -378,6 +378,16 @@ shared_vpc_service_config:
- container-engine
billing_budgets:
- test-100
tags:
my-tag-key-1:
values:
my-value-1:
description: My value 1
my-value-2:
description: My value 3
iam:
roles/resourcemanager.tagUser:
- user:user@example.com
# tftest-file id=6 path=data/projects/dev-ta-app0-be.yaml schema=project.schema.json
```