Sören Martius
Sören Martius
Hi @jrmash , Thanks for requesting it. We are planning to implement this in the future but it may take some time as we are currently working on higher priorities...
Hi @rgupta-mwb , just following up on this. Would it be possible to get your input? Otherwise we would close this request soon. Thanks and have a good evening
> Hey, anything blocking this from being merged? We'd love to see these changes in master. Hi @Limess , Let me discuss this with the team. This PR needs some...
hey guys, sorry for the delay! We'll review this shortly and come back to you!
+1 for that
Ok, so running `terraform output` will mask any outputs that have `sensitive = true` set. If one calls `terraform output` on a specific output ( e.g. `terraform output aws_iam_access_key_secret` terraform...
yeah sure, `terraform output` also shows you which ones are sensitive. That isn't very helpful though since the outputs methods in terratest would end up calling `terraform output key`, which...
Thank you, that makes sense to me! I will take a proper look in a bit.
> Yes, preset typography isn't exactly same as Tailwind typography plugin. Current way is to use [`cssExtend`](https://github.com/unocss/unocss/tree/main/packages/preset-typography#configurations) if you want to style individual elements. thank you!