Skip to content

Unable to create project: desired_instance_size. Received 'nano' Expected 'pico' #237

@lex-shvets

Description

@lex-shvets

Bug report

  • I confirm this is a bug with Supabase, not with my own application.
  • I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

Upon a simple resource creation an old compute name is used (pico) while (nano) is used everywhere else in the product.

To Reproduce

resource "supabase_project" "test" {
organization_id = "your-org"
name = "test-db"
database_password = "1234"
region = "eu-central-1"
instance_size = "nano"
lifecycle {
ignore_changes = [database_password]
}
}

Expected behavior

Expected to be able to create resource with compute size nano

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions