We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Terraform v1.6.6 on darwin_arm64
terraform { required_providers { snowflake = { source = "Snowflake-Labs/snowflake" version = "~> 0.76" } } }
terraform import snowflake_account.com_prod {locator}
locator format is ID.REGION.AWS or AZURE
snowflake_account.commercial_prod_useast: Refreshing state... [id=zt70377.us-east-2.a] ╷ │ Error: giving up after 5 attempts │ │
High
No response
The provider is currently stored in a .env file
SNOWFLAKE_USER="account" SNOWFLAKE_AUTHENTICATOR=JWT SNOWFLAKE_PRIVATE_KEY="cat '/Users/key.p8'" SNOWFLAKE_ACCOUNT="XXXX.eu-west-1.aws" SNOWFLAKE_ROLE = "ORGADMIN"
The text was updated successfully, but these errors were encountered:
Hey @IRISDavidD. Thanks for reporting the issue.
Please provide the full error log.
Sorry, something went wrong.
Weve actually resolved using the logs which helped.
No branches or pull requests
Terraform CLI and Provider Versions
Terraform v1.6.6
on darwin_arm64
Terraform Configuration
Expected Behavior
terraform import snowflake_account.com_prod {locator}
locator format is ID.REGION.AWS or AZURE
Actual Behavior
snowflake_account.commercial_prod_useast: Refreshing state... [id=zt70377.us-east-2.a]
╷
│ Error: giving up after 5 attempts
│
│
Steps to Reproduce
How much impact is this issue causing?
High
Logs
No response
Additional Information
The provider is currently stored in a .env file
SNOWFLAKE_USER="account"
SNOWFLAKE_AUTHENTICATOR=JWT
SNOWFLAKE_PRIVATE_KEY="cat '/Users/key.p8'"
SNOWFLAKE_ACCOUNT="XXXX.eu-west-1.aws"
SNOWFLAKE_ROLE = "ORGADMIN"
The text was updated successfully, but these errors were encountered: