You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform CLI and Terraform IBM Provider Version
Affected Resource(s)
ibm_database
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
resource"ibm_database""postgresql_db" {
... all the regular stuff
remote_leader_id=var.remote_leader_crnadminpassword=var.admin_pass
Note: There is nothing wrong with the CRN.
Note: To minimise scope, the location of the replica is the same as the location of the original instance and the same as the region on the IBM provider block.
Panic Output
Expected Behavior
The admin password should have been set.
Actual Behavior
The error was generated, after the instance had been created, but before the configuration was complete.
Steps to Reproduce
terraform apply
Important Factoids
References
#0000
The text was updated successfully, but these errors were encountered:
Community Note
Terraform CLI and Terraform IBM Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Where both the variables are valid and not null.
Debug Output
Note: There is nothing wrong with the CRN.
Note: To minimise scope, the
location
of the replica is the same as thelocation
of the original instance and the same as theregion
on the IBM provider block.Panic Output
Expected Behavior
The admin password should have been set.
Actual Behavior
The error was generated, after the instance had been created, but before the configuration was complete.
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: