You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 with auth.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
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
Providing
smtp_pass
to theauth
field of project settings results in the following error:To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
supabase_settings
resource withauth.smtp_pass
field.Expected behavior
Settings provider allows to set the SMTP password.
Additional Context
Terraform Supabase provider v1.4.2
The text was updated successfully, but these errors were encountered: