Confluentinc / terraform-provider-confluentcloud: cloud API key issue

Hello,

Was going through this tutorial and created the cloud API key using following command:

ccloud api-key create --resource “cloud”

When trying to use this key and run terraform it has :“Forbidden” error:

Error: 403 Forbidden

│ with confluentcloud_service_account.test-sa,

│ on main.tf line 37, in resource “confluentcloud_service_account” “test-sa”:

│ 37: resource “confluentcloud_service_account” “test-sa” {

What can be wrong with the key? Which additional access does it need?
Thank you

Tatiana Meleshko