This message was deleted.
# general
s
This message was deleted.
g
Yes, you can do this with this property on the provider - https://www.pulumi.com/docs/reference/pkg/openstack/provider/#endpointoverrides_nodejs.
You should be able to set this in your stack with
pulumi config set --path openstack:endpointOverrides.block <https://volume.cloud>.{id}
. I'm not sure if
block
is correct there,btw.