github.com/zntrio/harp/v2@v2.0.9/pkg/bundle/hcl/testdata/basic.hcl (about)

     1  package "app/credentials/database" {
     2      description = ""
     3  
     4      secrets = {
     5          "USER" = "{{ strongPassword }}"
     6      }
     7  }