-
Notifications
You must be signed in to change notification settings - Fork 87
Description
Hello everyone,
I was creating a new RDS Instance with a module that I use since years. The instance class is the ds.mysql.c2.medium. Running the pipeline I got an error:
module.rds.module.rds.opentelekomcloud_rds_instance_v3.main: Creating... ╷ │ Error: error creating new RDSv3 instance: Bad request with: [POST https://rds.eu-de.otc.t-systems.com/v3/d778e0ccb2964bf2bd8ec1e740a20d00/instances], error message: {"error_msg":"Invalid specification code.","error_code":"DBS.280434"} │ │ with module.rds.module.rds.opentelekomcloud_rds_instance_v3.main, │ on .terraform/modules/rds.rds/terraform/modules/terraform-otc-rds/main.tf line 107, in resource "opentelekomcloud_rds_instance_v3" "main": │ 107: resource "opentelekomcloud_rds_instance_v3" "main" {
So I wrote to OTC client service and they told me that instance classes are changed and I got the list of the new one. The instance I picked up is the db.n1.medium.2.mysql, but I still get the same error.
I use the terraform provider version 1.36.56.
As previous said, the module I use is working since years, I deployed about 30 instances with it.
Anyone has an idea?
I appreciate any help.
Best
Davide