Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't specify port for postgresQL provider
Don't specify port, as the RDS instance doesn't exist yet in the moment of postgresQL provider initialization, which then breaks, because port is returned as empty quotes, which doesn't convert to string. See hashicorp/terraform#2430
- Loading branch information