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

Migrate usage of snowflake_user to snowflake_service_user and snowflake_legacy_service_user #417

Open
ian-r-rose opened this issue Nov 4, 2024 · 0 comments
Assignees

Comments

@ian-r-rose
Copy link
Member

Snowflake recently introduced the concept of "service users" and "legacy service users" as different flavors of users from human users. This mostly allows you to tag different user types and apply different password policies to them. As part of this, the Snowflake terraform provider introduced two new resource types snowflake_service_user and snowflake_legacy_service_user.

The users in our default terraform configuration are actually service users, so we should migrate from the old resource type to the new ones. For the most part, I think we want snowflake_service_user, except for the sentinel user, which needs to be a snowflake_legacy_service_user due to Sentinel being username/password only.

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

No branches or pull requests

2 participants