Please forgive me as i have just started to peel back cdktf and its details. I am currently working with cdktf using python as the extended language. In my initial time I have figured out a great deal. However one aspect eludes me, module sources, see below:
module "mysql" {
source = "git::ssh://git@gitlab.<private_repo>/<username>/project//modules/common/azure/database/mysql"
....
}
Right now i see ways of providing terraform providers and terraform modules, I however have not been able to provide any custom modules. Is this a feature thats available?