dnapbak

Results 2 comments of dnapbak

I changed type of `root_ca_info` and `issuing_ca_info` variables to `map(any)`. We don't need to set object attributes explicitly. There is a little backward incompatibility. However it should be fine for...

I researched Terraform and Terragrunt and in the summary: - Terraform recommends defining variable types in the documentation, although it’s not mandatory. - While Terragrunt lacks specific guidance, many GitHub...