|
|
|
|
|
by ranguna
594 days ago
|
|
Cdktf is good, but it's not amazing. You are still constrained by terraform syntax like `count = condition? 1 : 0` , instead of doing a normal` if` statement. And there's a fairly good amount of times where you need to use terraform iterators instead of doing a normal for/forEach/map/reduce. But all in all, it works. It's just a bit limited on what you can do with the actual language. |
|