4.6.0 (2025-11-13)
Features
-
The
service_credential_namesinput has been renamed toresource_keys. It now supports creating multiple keys with different roles and allows you to specify the endpoint to use. It also now supports the "NONE" role type. See below for sample usage.[ { "name": "reader-resource-key", "role": "Reader", "endpoint": "private" }, { "name": "writer-resource-key", "role": "Writer" "endpoint": "public" } ] -
The
service_credentials_jsonandservice_credentials_objectoutputs have been replaced by aresource_keysoutput. (#472) (f4b4157)