organization module factory schemas (#2491)

This commit is contained in:
Ludovico Magnocavallo
2024-08-09 12:22:57 +02:00
committed by GitHub
parent 70bd037629
commit 4a61dba841
21 changed files with 251 additions and 36 deletions

View File

@@ -188,10 +188,10 @@ The `service_agents` output provides a convenient way to access information abou
The complete list of Google Cloud service agents, including their names, default roles, and associated APIs, is maintained in the [service-agents.yaml](./service-agents.yaml) file. This file is regularly updated to reflect the [official list of Google Cloud service agents](https://cloud.google.com/iam/docs/service-agents) using the [`build_service_agents`](../../tools/build_service_agents.py) script.
#### Service Agent Aliases
Consider the code below:
```hcl
module "project" {
source = "./fabric/modules/project"
@@ -209,6 +209,7 @@ module "project" {
```
The `service_agents` output for this snippet would look similar to this:
```tfvars
service_agents = {
"artifactregistry" = {