Closed mdasberg closed 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
See https://github.com/confluentinc/terraform-provider-confluentcloud/issues/33#issuecomment-1013338263.
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:
This pr updates the documentation to correct that