Sergio Saiz
Sergio Saiz
I think that embedding scripting in the language is a great idea. In my opinion it really doesn't matter if the language is GO or LUA. This will help a...
> What if we allow embedding Lua for scripting inside D2. > > ```d2 > x > y > > # this declares shapes 1-10 > script: |lua > for...
We are also facing this issue. In AWS terraform provider, the way it is manage is using two different resources, secret and secret_version. ```terraform resource "aws_secretsmanager_secret" "example" { name =...