You can use the CelerData Cloud BYOC provider to interact with most CelerData Cloud BYOC resources.
- A CelerData Cloud BYOC account
- You need to navigate to
Application keysin the CelerData Cloud BYOC console, click+ New a secretinApplication keys, and then findClient_id,Secretinformation.
All of the CelerData Cloud BYOC provider resources can be created in a dedicated terraform module for your environment.
terraform {
required_providers {
celerdatabyoc = {
source = "CelerData/celerdatabyoc"
version = "[provider version]"
}
}
}
provider "celerdatabyoc" {
client_id = "[your client id]"
client_secret = "[your client secret]"
}