terraform-provider-yandex
terraform-provider-yandex copied to clipboard
Add access bindings control for Certificate Manager service
Resource like yandex_cm_iam_binding needed to add bindings from terraform.
yc cm certificate add-access-binding \
--id ***** \
--service-account-name service-account \
--role certificate-manager.certificates.downloader
+1 vote