confluentinc / terraform-provider-confluentcloud

Confluent Cloud Terraform Provider is deprecated in favor of Confluent Terraform Provider
https://registry.terraform.io/providers/confluentinc/confluentcloud/latest/docs
52 stars 23 forks source link

fix: documentation on service_account_int_id to be of type string #32

Closed mdasberg closed 2 years ago

mdasberg commented 2 years ago

The documentation on how to create the variables.tf file is incorrect. It is specifying that service account id's are of type number, however they are actually of type string using the following format:

sa-2f2asd

This pr updates the documentation to correct that

linouk23 commented 2 years ago

See https://github.com/confluentinc/terraform-provider-confluentcloud/issues/33#issuecomment-1013338263.