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
-`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))
131
123
132
124
Optional:
133
125
134
126
-`personal_access_token` (Attributes) Personal Access Token (PAT) for authentication. (see [below for nested schema](#nestedatt--spec--config--azuredevops--personal_access_token))
127
+
-`runner_ref` (Attributes) Reference to the building block runner that executes Azure DevOps pipelines. If omitted, the pre-defined shared runner is used. (see [below for nested schema](#nestedatt--spec--config--azuredevops--runner_ref))
### Nested Schema for `spec.config.azuredevops.personal_access_token`
138
131
139
132
Required:
140
133
141
-
-`uuid` (String) UUID of the building block runner.
134
+
-`secret_value` (String, Sensitive, [Write-only](https://developer.hashicorp.com/terraform/language/resources/ephemeral#write-only-arguments)) Personal Access Token (PAT) for authentication.
142
135
143
-
Read-Only:
136
+
Optional:
144
137
145
-
-`kind` (String) Kind of the runner reference.
138
+
-`secret_version` (String) Version of the secret value. Change this to trigger rotation of the associated write-only attribute `secret_hash`. Can be omitted if resource is imported, in this case the `secret_value` attribute is used as an initial value for this attribute (computed output).
### Nested Schema for `spec.config.azuredevops.personal_access_token`
142
+
-`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.
150
143
151
-
Required:
152
144
153
-
-`value` (String, Sensitive, [Write-only](https://developer.hashicorp.com/terraform/language/resources/ephemeral#write-only-arguments)) Personal Access Token (PAT) for authentication.
### Nested Schema for `spec.config.azuredevops.runner_ref`
154
147
155
148
Optional:
156
149
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.
-`uuid` (String) UUID of the meshBuildingBlockRunner.
162
152
163
153
164
154
@@ -171,34 +161,34 @@ Required:
171
161
-`app_private_key` (Attributes) Private key for the GitHub App. (see [below for nested schema](#nestedatt--spec--config--github--app_private_key))
172
162
-`base_url` (String) Base URL of the GitHub instance (e.g., `https://github.com` for GitHub.com or your GitHub Enterprise URL).
173
163
-`owner` (String) GitHub organization or user that owns the repositories.
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))
164
+
165
+
Optional:
166
+
167
+
-`runner_ref` (Attributes) Reference to the building block runner that executes GitHub workflows.If omitted, the pre-defined shared runner is used. (see [below for nested schema](#nestedatt--spec--config--github--runner_ref))
### Nested Schema for `spec.config.github.app_private_key`
178
171
179
172
Required:
180
173
181
-
-`value` (String, Sensitive, [Write-only](https://developer.hashicorp.com/terraform/language/resources/ephemeral#write-only-arguments)) Private key for the GitHub App.
174
+
-`secret_value` (String, Sensitive, [Write-only](https://developer.hashicorp.com/terraform/language/resources/ephemeral#write-only-arguments)) Private key for the GitHub App.
182
175
183
176
Optional:
184
177
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).
178
+
-`secret_version` (String) Version of the secret value. Change this to trigger rotation of the associated write-only attribute `secret_hash`. Can be omitted if resource is imported, in this case the `secret_value` attribute is used as an initial value for this attribute (computed output).
186
179
187
180
Read-Only:
188
181
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.
182
+
-`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.
-`uuid` (String) UUID of the meshBuildingBlockRunner.
202
192
203
193
204
194
@@ -208,21 +198,30 @@ Read-Only:
208
198
Required:
209
199
210
200
-`base_url` (String) Base URL of the GitLab instance (e.g., `https://gitlab.com` or your self-hosted GitLab URL).
211
-
-`runner_ref` (Attributes) Reference to the building block runner that executes GitLab pipelines. (see [below for nested schema](#nestedatt--spec--config--gitlab--runner_ref))
201
+
202
+
Optional:
203
+
204
+
-`runner_ref` (Attributes) Reference to the building block runner that executes GitLab pipelines.If omitted, the pre-defined shared runner is used. (see [below for nested schema](#nestedatt--spec--config--gitlab--runner_ref))
0 commit comments