Attempting to create a service account with the same name as one that already exists exits with an ambiguous error message.
It appears that the previous service account was not delete in a terraform destroy which meant that when reapplying it was not obvious that the service account still existed.
Error: Provider produced inconsistent result after apply
When applying changes to confluentcloud_service_account.terraform, provider
"registry.terraform.io/-/confluentcloud" produced an unexpected new value for
was present, but now absent.
Attempting to create a service account with the same name as one that already exists exits with an ambiguous error message.
It appears that the previous service account was not delete in a terraform destroy which meant that when reapplying it was not obvious that the service account still existed.