As part of our introduction to self-service publishing in the Terraform Registry, this copy of the provider has been archived, and ownership has been transferred to active maintainers in the community. Please see the new location on the Terraform Registry: https://registry.terraform.io/providers/cyrilgdn/postgresql
This issue was originally opened by @Mike-Hawkins as hashicorp/terraform#25683. It was migrated here as a result of the provider split. The original body of the issue is below.
This issue was originally opened by @Mike-Hawkins as hashicorp/terraform#25683. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
Terraform Configuration Files
default.tf
Debug Output
Crash Output
Crash.log
Expected Behavior
Terraform should have created the role within the database
Actual Behavior
Crashing on terraform apply but, not on terraform plan
Steps to Reproduce
Additional Context
The user that is being used for the role creation does have proper permissions to log into the database and create users
References