fkorotkov / k8s-kotlin-dsl

Kotlin DSL for Kubernetes configs
MIT License
342 stars 19 forks source link

DSL for terraform #20

Closed asad-awadia closed 5 years ago

asad-awadia commented 5 years ago

Have you considered making a dsl for terraform?

fkorotkov commented 5 years ago

This might be an interesting idea for a separate project but it's out of scope of this DSL. But Terraform might be problematic since there are so many providers and Kotlin is statically typed so you'll need to generate DSLs for providers as well.