Using cdktf to provision amazon managed grafana

Is it possible to provision a data source in a Amazon managed Grafana workspace using the cdktf (node version)? I can configure the actual workspace but i’m not entirely sure that i can do the same for data sources ?

I think data source has two meanings in this context. I found a Terraform Data Source (like a resource but read only). That is configurable through CDKTF as well (see the code snippet in typescript).

I didn’t find any resources in the terraform provider to create anything called a data source in Grafana in the AWS provider, but the Grafana provider has something. Hope this helps :slight_smile: