You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_environment"></a> [environment](#input\_environment)| Values which are used to generate resource names and location short names. They are all mandatory except for domain, which should not be used only in the case of a resource used by multiple domains. | <pre>object({<br/> prefix = string<br/> env_short = string<br/> location = string<br/> instance_number = string<br/> })</pre> | n/a | yes |
45
-
| <aname="input_key_vault"></a> [key\_vault](#input\_key\_vault)| Details of the Key Vault used to store secrets for the Container App Job. | <pre>object({<br/> name = string<br/> resource_group_name = string<br/> use_rbac = optional(bool, false)<br/> secret_name = optional(string, "github-runner-pat")<br/> })</pre> | n/a | yes |
46
+
| <aname="input_key_vault"></a> [key\_vault](#input\_key\_vault)| Details of the Key Vault used to store GitHub App credentials. | <pre>object({<br/> name = string<br/> resource_group_name = string<br/> use_rbac = optional(bool, false)<br/> app_key_secret_name = optional(string, "gh-app-engineering")<br/> app_id_secret_name = optional(string, "github-runner-app-id")<br/> installation_id_secret_name = optional(string, "github-runner-installation-id")<br/> })</pre> | n/a | yes |
46
47
| <aname="input_repository"></a> [repository](#input\_repository)| Details of the GitHub repository, including the owner and repository name. | <pre>object({<br/> owner = optional(string, "pagopa")<br/> name = string<br/> })</pre> | n/a | yes |
47
48
| <aname="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name)| The name of the resource group where the Container App Job will be deployed. Defaults to null. |`string`|`null`| no |
48
49
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to the resources. |`map(any)`| n/a | yes |
0 commit comments