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
@@ -157,6 +163,22 @@ The following arguments are supported:
157
163
(Optional)
158
164
The service account to run workflow invocations under.
159
165
166
+
*`npmrc_environment_variables_secret_version` -
167
+
(Optional)
168
+
Optional. The name of the Secret Manager secret version to be used to interpolate variables into the .npmrc file for package installation operations. Must be in the format projects/*/secrets/*/versions/*. The file itself must be in a JSON format.
169
+
170
+
*`display_name` -
171
+
(Optional)
172
+
Optional. The repository's user-friendly name.
173
+
174
+
*`labels` -
175
+
(Optional)
176
+
Optional. Repository user labels.
177
+
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
178
+
179
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
180
+
Please refer to the field `effective_labels` for all of the labels present on the resource.
181
+
160
182
*`region` -
161
183
(Optional)
162
184
A reference to the region
@@ -219,6 +241,13 @@ In addition to the arguments listed above, the following computed attributes are
219
241
220
242
*`id` - an identifier for the resource with format `projects/{{project}}/locations/{{region}}/repositories/{{name}}`
221
243
244
+
*`terraform_labels` -
245
+
The combination of labels configured directly on the resource
246
+
and default labels configured on the provider.
247
+
248
+
*`effective_labels` -
249
+
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other clients and services.
0 commit comments