Open
Description
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:
- Create
supabase_settings
resource withauth.smtp_pass
field. - Perform Terraform deployment.
- The error is produced.
Expected behavior
Settings provider allows to set the SMTP password.
Additional Context
Terraform Supabase provider v1.4.2