Codespell / whitespace fixes
This commit is contained in:
committed by
Wiktor Niesiobędzki
parent
30d1deceee
commit
8b7607af63
@@ -184,7 +184,7 @@ You can control these actions by adjusting the settings in the `var.service_agen
|
||||
The `service_agents` output provides a convenient way to access information about all active service agents in the project. Note that this output only includes details for service agents that are currently active (i.e. their API is listed in `var.services`) within your project.
|
||||
|
||||
> [!IMPORTANT]
|
||||
> You can only access a service agent's details through the `service_agents` output if it's corresponding API is enabled throught the `services` variable.
|
||||
> You can only access a service agent's details through the `service_agents` output if it's corresponding API is enabled through the `services` variable.
|
||||
|
||||
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.
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ locals {
|
||||
# use the deps listed above, if the service does not appear
|
||||
# there, use all the service agents belonging to the service
|
||||
for dep in try(local._cmek_agents_by_service[service], [for x in local._service_agents_by_api[service] : x.name]) : {
|
||||
# use index in map key, to allow specyfing keys, that will be created in the same apply
|
||||
# use index in map key, to allow specifying keys, that will be created in the same apply
|
||||
for index, key in keys :
|
||||
"key-${index}.${local._aliased_service_agents[dep].name}" => {
|
||||
key = key
|
||||
|
||||
Reference in New Issue
Block a user