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
{{ message }}
This repository was archived by the owner on Dec 21, 2024. It is now read-only.
| <aname="input_repository"></a> [repository](#input\_repository)| The name of the repository. |`string`| n/a | yes |
44
-
| <aname="input_repository_access_level"></a> [repository\_access\_level](#input\_repository\_access\_level)| Where the actions or reusable workflows of the repository may be used. Possible values are `"none"`, `"user"`, `"organization"`, or `"enterprise"`.<br><br>If `null`, skip creation of `github_actions_repository_access_level` resource. |`string`|`null`| no |
45
-
| <aname="input_repository_permissions"></a> [repository\_permissions](#input\_repository\_permissions)| GitHub Actions permissions for a given repository. | <pre>object({<br> allowed_actions = optional(string)<br> enabled = optional(bool)<br> allowed_actions_config = optional(object({<br> github_owned_allowed = bool<br> patterns_allowed = optional(set(string))<br> verified_allowed = optional(bool)<br> }))<br> })</pre> |`null`| no |
46
-
| <aname="input_secrets"></a> [secrets](#input\_secrets)| GitHub Actions secrets for this repository. Create `github_actions_environment_secret` resource if `environment` key specified. | <pre>list(object({<br> environment = optional(string)<br> secret_name = string<br> encrypted_value = optional(string)<br> plaintext_value = optional(string)<br> }))</pre> |`[]`| no |
47
-
| <aname="input_variables"></a> [variables](#input\_variables)| GitHub Actions variables for this repository. Create `github_actions_environment_variable` resource if `environment` key specified. | <pre>list(object({<br> environment = optional(string)<br> variable_name = string<br> value = optional(string)<br> }))</pre> |`[]`| no |
44
+
| <aname="input_repository_access_level"></a> [repository\_access\_level](#input\_repository\_access\_level)| Where the actions or reusable workflows of the repository may be used. Possible values are `"none"`, `"user"`, `"organization"`, or `"enterprise"`.<br/><br/>If `null`, skip creation of `github_actions_repository_access_level` resource. |`string`|`null`| no |
45
+
| <aname="input_repository_permissions"></a> [repository\_permissions](#input\_repository\_permissions)| GitHub Actions permissions for a given repository. | <pre>object({<br/> allowed_actions = optional(string)<br/> enabled = optional(bool)<br/> allowed_actions_config = optional(object({<br/> github_owned_allowed = bool<br/> patterns_allowed = optional(set(string))<br/> verified_allowed = optional(bool)<br/> }))<br/> })</pre> |`null`| no |
46
+
| <aname="input_secrets"></a> [secrets](#input\_secrets)| GitHub Actions secrets for this repository. Create `github_actions_environment_secret` resource if `environment` key specified. | <pre>list(object({<br/> environment = optional(string)<br/> secret_name = string<br/> encrypted_value = optional(string)<br/> plaintext_value = optional(string)<br/> }))</pre> |`[]`| no |
47
+
| <aname="input_variables"></a> [variables](#input\_variables)| GitHub Actions variables for this repository. Create `github_actions_environment_variable` resource if `environment` key specified. | <pre>list(object({<br/> environment = optional(string)<br/> variable_name = string<br/> value = optional(string)<br/> }))</pre> |`[]`| no |
| <aname="input_create"></a> [create](#input\_create)| Whether to create this module or not. |`bool`|`true`| no |
39
39
| <aname="input_repository"></a> [repository](#input\_repository)| The name of the repository. |`string`| n/a | yes |
40
-
| <aname="input_secrets"></a> [secrets](#input\_secrets)| GitHub Actions secrets for this repository.<br><br>- Available values for `subject` are `"actions"`, `"codespaces"`, `"dependabot"`.<br>- `github_actions_environment_secret` resource will be created if `environment` key specified. | <pre>list(object({<br> subjects = set(string)<br> environment = optional(string)<br> secret_name = string<br> encrypted_value = optional(string)<br> plaintext_value = optional(string)<br> }))</pre> |`[]`| no |
41
-
| <aname="input_variables"></a> [variables](#input\_variables)| GitHub Actions variables for this repository. Create `github_actions_environment_variable` resource if `environment` key specified. | <pre>list(object({<br> environment = optional(string)<br> variable_name = string<br> value = optional(string)<br> }))</pre> |`[]`| no |
40
+
| <aname="input_secrets"></a> [secrets](#input\_secrets)| GitHub Actions secrets for this repository.<br/><br/>- Available values for `subject` are `"actions"`, `"codespaces"`, `"dependabot"`.<br/>- `github_actions_environment_secret` resource will be created if `environment` key specified. | <pre>list(object({<br/> subjects = set(string)<br/> environment = optional(string)<br/> secret_name = string<br/> encrypted_value = optional(string)<br/> plaintext_value = optional(string)<br/> }))</pre> |`[]`| no |
41
+
| <aname="input_variables"></a> [variables](#input\_variables)| GitHub Actions variables for this repository. Create `github_actions_environment_variable` resource if `environment` key specified. | <pre>list(object({<br/> environment = optional(string)<br/> variable_name = string<br/> value = optional(string)<br/> }))</pre> |`[]`| no |
0 commit comments