Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks done
artema opened this issue Nov 21, 2024 · 0 comments
Open
2 tasks done
Labels
bug Something isn't working

Comments

@artema
Copy link

artema commented Nov 21, 2024

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

@artema artema added the bug Something isn't working label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant