Skip to content

RDB node_type update is failing #2046

@Monitob

Description

@Monitob

Community Note

  • 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 Version

Affected Resource(s)

  • scaleway_XXXX

Terraform Configuration Files

resource "scaleway_rdb_instance" "savprogroupe_internal_postgres2" {
  name              = "name"
  node_type         = "db-dev-s"
  engine            = "PostgreSQL-12"
  is_ha_cluster     = false
  region            = "fr-par"
  tags              = ["terraform-managed", "postgres", "internal-access", "api-entry_db", "api-sales_db"]
  volume_type       = "bssd"
  volume_size_in_gb = 20
}

Debug Output

Error: scaleway-sdk-go: resource instance with ID **** is in a transient state: disk_full

Panic Output

Expected Behavior

Actual Behavior

Steps to Reproduce

  1. terraform apply

Important Factoids

References

  • #0000

Metadata

Metadata

Assignees

Labels

bugpriority:highestBugs filled by customers, security issuesrdbManaged MySQL and PostgreSQL issues, bugs and feature requests

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions