Results 2 comments of Colby Reineke
trafficstars

@ievgen-golubiev I was getting the same error. I removed the aws_auth_config from the config block below and then it succeeded. Try that. ``` config { tls_client_config { ca_data = base64decode(data.aws_eks_cluster.eks.certificate_authority.0.data)...

Ran into this issue, as gabegorelick mention, only got it to work by chowning the mount path with the UID and GUID of the dynamic volume and then setting postgres...