-
Notifications
You must be signed in to change notification settings - Fork 429
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
docs: Clarify account identifier formats #1398
docs: Clarify account identifier formats #1398
Conversation
* two formats * preferred: `<org_name>-<account_name>` * legacy: `<account_locator>.<cloud_region_id>.<cloud>` * `region` is required only if using legacy format https://docs.snowflake.com/en/user-guide/admin-account-identifier.html
@cappadona this looks good. Clarity with documentation is always appreciated. Could you please run edit: i'll take care of this for now, since we need to get the new release out. Thanks for your contribution! |
Thanks @sfc-gh-swinkler! 🙏🏼 |
@sfc-gh-swinkler Unfortunately, it looks like the changes from this PR were (unintentionally?) reverted in #1403 and therefore not included in the latest v0.53.0 release |
@cappadona sorry about that, an oversight on my part. i am planning to do a 0.53.1 release later today to update some dependencies, so i can include this back in. |
No worries, @sfc-gh-swinkler. Let me know if you need anything from me. Thank you. |
Hello @cappadona , so i have a PR to add this back in. #1409. The reason this happened was because the changes were made to the docs folder, which is a generated folder and gets overridden whenever |
Ah...my bad. I missed that key detail. Thanks for pointing this out and making the changes. Apologies for the hassle. |
While reviewing the provider docs we noticed an inconsistency regarding required keys for the provider configuration.
Example configuration identifies
region
as requiredSchema documentation identifies
region
as optionalThis updated documentation consistently identifies
region
as optional, but indicates it is needed if using the legacy format for the account identifier.<org_name>-<account_name>
<account_locator>.<cloud_region_id>.<cloud>
Also includes minor edits for consistent language around sourcing values from environment variables.
Test Plan
References
terraform apply
- Snowflake region Australia East #529