generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
In #508 an update was made in the DA (and complete example) to change the value of the wal_level configuration from hot_standby to replica.
The PR was force merged, to get a fix for another hot issue in, however the PR tests actually failed with this error:
Error: [0m Error: [ERROR] Error updating database configuration failed Unprocessable Entity
│ {
│ "StatusCode": 422,
│ "Headers": {
│ "Cache-Control": [
│ "no-store"
│ ],
│ "Cf-Cache-Status": [
│ "DYNAMIC"
│ ],
│ "Cf-Ray": [
│ "8dddfa94e9dc6075-ORD"
│ ],
│ "Content-Security-Policy": [
│ "frame-ancestors *.bluemix.net *.compose.fastkit *.cloud.ibm.com cloud.ibm.com"
│ ],
│ "Content-Type": [
│ "application/json; charset=utf-8"
│ ],
│ "Date": [
│ "Tue, 05 Nov 2024 15:46:50 GMT"
│ ],
│ "Referrer-Policy": [
│ "strict-origin-when-cross-origin"
│ ],
│ "Server": [
│ "cloudflare"
│ ],
│ "Strict-Transport-Security": [
│ "max-age=63072000; includeSubDomains"
│ ],
│ "X-Content-Type-Options": [
│ "nosniff"
│ ],
│ "X-Download-Options": [
│ "noopen"
│ ],
│ "X-Envoy-Upstream-Service-Time": [
│ "412"
│ ],
│ "X-Permitted-Cross-Domain-Policies": [
│ "none"
│ ],
│ "X-Request-Id": [
│ "3b44c6aa-c575-4ac6-b668-d2e959ff33c4"
│ ],
│ "X-Runtime": [
│ "0.409703"
│ ],
│ "X-Xss-Protection": [
│ "0"
│ ]
│ },
│ "Result": {
│ "errors": {
│ "configuration.wal_level": [
│ "must be one of: hot_standby, logical"
│ ]
│ }
│ },
│ "RawResult": null
│ }
│
│
│ with module.postgresql_db.module.postgresql_db.ibm_database.postgresql_db,
│ on ../../main.tf line 55, in resource "ibm_database" "postgresql_db":
│ 55: resource "ibm_database" "postgresql_db" {
│
╵}
We need to revert that change