Skip to content

Conversation

@savme
Copy link
Collaborator

@savme savme commented Nov 21, 2025

What kind of change does this PR introduce?

feature

What is the current behavior?

Changing instance_size is not supported.
Attempting to do so results in the following error: Update is not supported for project resource: <project>

What is the new behavior?

Plans like this are supported

  ~ resource "supabase_project" "test" {
        id                = "xyz"
      ~ instance_size     = "micro" -> "small"
        name              = "test"
        # (3 unchanged attributes hidden)
    }

@savme savme requested a review from a team as a code owner November 21, 2025 18:03
@savme savme requested a review from sweatybridge November 21, 2025 18:04
@savme savme force-pushed the alex/ter-7-allow-users-to-upgrade-their-compute-size-after-project branch from 6719d52 to b2b3093 Compare November 21, 2025 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants