pymag09

Results 2 issues of pymag09

Hello. I am trying to create ACL ``` + resource "kafka_acl" "kacls" { + acl_host = "*" + acl_operation = "All" + acl_permission_type = "Allow" + acl_principal = "User:XXX-service" +...

Hello. infracost throws the error "Unsupported attribute; This object does not have an attribute named ...." if `sops_decrypt_file` is used in terragrunt code. Here is a simple terragrunt code which...

bug