msmith93

Results 5 comments of msmith93

I ran into this issue when my first_superuser wasn't formatted as an email. I updated the `.env` file and added `@app.com` to the `FIRST_SUPERUSER` variable and restarted the containers. The...

I don't know of an alternative but there is a fork of this project that supports Blender 2.8: https://github.com/gwhobbs/brenda I created my own fork from that one to upgrade to...

Hi @chlowden, there is a fork of this project that supports Blender 2.8: https://github.com/gwhobbs/brenda I created my own fork from that one to upgrade to python3 and Blender 2.83.4: https://github.com/msmith93/brenda

Would adding a dependency fix the issue? ``` depends_on = [module.eks.cluster_id] ``` Either way, it seems like the module should automatically detect that dependency

I'm still seeing this error on v5.43.0 with aws_elasticsearch_domain_policy. Was this fixed for `aws_elasticsearch_domain_policy` as well or just `aws_opensearch_domain_policy`?