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
### Nested Schema for `integrations.spec.config.azuredevops.personal_access_token`
128
+
129
+
Read-Only:
130
+
131
+
-`secret_hash` (String) Hash value of the secret stored in the backend. If this hash has changed without changes in the version attribute, the secret was changed externally.
### Nested Schema for `integrations.spec.config.github.app_private_key`
160
+
161
+
Read-Only:
162
+
163
+
-`secret_hash` (String) Hash value of the secret stored in the backend. If this hash has changed without changes in the version attribute, the secret was changed externally.
-`personal_access_token` (String) Personal Access Token (PAT) for authentication. This is a sensitive value.
134
130
-`runner_ref` (Attributes) Reference to the building block runner that executes Azure DevOps pipelines. (see [below for nested schema](#nestedatt--spec--config--azuredevops--runner_ref))
135
131
132
+
Optional:
133
+
134
+
-`personal_access_token` (Attributes) Personal Access Token (PAT) for authentication. (see [below for nested schema](#nestedatt--spec--config--azuredevops--personal_access_token))
### Nested Schema for `spec.config.azuredevops.personal_access_token`
150
+
151
+
Required:
152
+
153
+
-`value` (String, Sensitive, [Write-only](https://developer.hashicorp.com/terraform/language/resources/ephemeral#write-only-arguments)) Personal Access Token (PAT) for authentication.
154
+
155
+
Optional:
156
+
157
+
-`fingerprint` (String) Fingerprint of the secret value. Change this to trigger rotation of the associated write-only attribute `value`. Can be omitted if resource is imported, in this case the hash is used as an initial fingerprint (computed output).
158
+
159
+
Read-Only:
160
+
161
+
-`hash` (String) Hash value of the secret stored in the backend. If this hash has changed without changes in the version attribute, the secret was changed externally.
162
+
163
+
148
164
149
165
<aid="nestedatt--spec--config--github"></a>
150
166
### Nested Schema for `spec.config.github`
151
167
152
168
Required:
153
169
154
170
-`app_id` (String) GitHub App ID for authentication.
155
-
-`app_private_key` (String) Private key for the GitHub App. This is a sensitive value.
171
+
-`app_private_key` (Attributes) Private key for the GitHub App. (see [below for nested schema](#nestedatt--spec--config--github--app_private_key))
156
172
-`base_url` (String) Base URL of the GitHub instance (e.g., `https://github.com` for GitHub.com or your GitHub Enterprise URL).
157
173
-`owner` (String) GitHub organization or user that owns the repositories.
158
174
-`runner_ref` (Attributes) Reference to the building block runner that executes GitHub workflows. (see [below for nested schema](#nestedatt--spec--config--github--runner_ref))
### Nested Schema for `spec.config.github.app_private_key`
178
+
179
+
Required:
180
+
181
+
-`value` (String, Sensitive, [Write-only](https://developer.hashicorp.com/terraform/language/resources/ephemeral#write-only-arguments)) Private key for the GitHub App.
182
+
183
+
Optional:
184
+
185
+
-`fingerprint` (String) Fingerprint of the secret value. Change this to trigger rotation of the associated write-only attribute `value`. Can be omitted if resource is imported, in this case the hash is used as an initial fingerprint (computed output).
186
+
187
+
Read-Only:
188
+
189
+
-`hash` (String) Hash value of the secret stored in the backend. If this hash has changed without changes in the version attribute, the secret was changed externally.
0 commit comments