Stephen Lewis (Burrows)
Stephen Lewis (Burrows)
It doesn't look like this is possible to set through the API: https://cloud.google.com/vertex-ai/docs/workbench/reference/rest/v1/projects.locations.instances
Added in https://github.com/GoogleCloudPlatform/magic-modules/pull/5139/files
b/247009610
Is this supported by the REST API? If so, could someone provide a docs link? Thanks!
Here's a link to the API: https://cloud.google.com/secret-manager/docs/reference/rest/v1/projects.secrets.versions It would be good to add this to api.yaml so that it gets added to the docs for this resource. ~I think that...
@albrechtflo-hg apologies, I misread the initial request. If I understand correctly now, what you're asking for is for a `version` field to be available on the resource, similar to the...
docs for secretKeyRef: https://cloud.google.com/run/docs/reference/rest/v1/Container#secretkeyselector
we'd want to use `version` on the secret version resource to be consistent with the datasource. :-) The secretKeyRef would still refer to it as `key` since that's how that...
@mitj04 I think I need you to comment on this in order for me to be able to assign it to you
I'm not entirely sure that we want the secret_name exposed from the `secret_version` resource - probably it would be best on the `secret` resource, and I'm not sure what the...