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
This error was returned from the provider when trying to create a cloud logs instance with a 180 retention period:
"Result": {
│ "details": "{\"message\":\"invalid retention period: 180. allowed values are 7,14,30,60,90\"}\n",
│ "error_code": "RC-ServiceBrokerErrorResponse",
│ "message": "Please contact the Service Provider for this error. Service Broker returned error status code 400",
│ "status_code": 422,
│ "transaction_id": "626c-6491d80462134d56"
│ }
terraform-ibm-observability-da/solutions/instances/variables.tf
Line 104 in c9c904a
180 days is supported as well in the service
The text was updated successfully, but these errors were encountered: