Skip to content

Provider produced inconsistent result after apply in auth SMTP settings #202

Open
@artema

Description

@artema

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

Providing smtp_pass to the auth field of project settings results in the following error:

         │ Error: Provider produced inconsistent result after apply
         │ 
         │ When applying changes to supabase_settings.supabase-settings (supabase-settings), provider
         │ "provider[\"registry.terraform.io/supabase/supabase\"]" produced an
         │ unexpected new value: .auth: inconsistent values for sensitive attribute.
         │ 
         │ This is a bug in the provider, which should be reported in the provider's
         │ own issue tracker.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Create supabase_settings resource with auth.smtp_pass field.
  2. Perform Terraform deployment.
  3. The error is produced.

Expected behavior

Settings provider allows to set the SMTP password.

Additional Context

Terraform Supabase provider v1.4.2

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