Andy
Andy
From #237
From #237
Would like to have options to save encrypted password to the terraform state by passing `pgp_key` and outputting `encrypted_password`. ### Affected Resource(s) - postgresql_role or can create a new resource...
### Terraform Version ``` ❯ t version Terraform v1.0.11 on darwin_arm64 + provider registry.terraform.io/cyrilgdn/postgresql v1.14.0 ``` ### Affected Resource(s) - postgresql_role ### Terraform Configuration Files ```hcl resource "postgresql_role" "this" {...
Hi, I have a temporal workflow (written in Go) consist of some activities written in Go and some written in TS. How do I perform unit test the workflow? Right...