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

Snowflake_account import timeout #2330

Closed
IRISDavidD opened this issue Jan 9, 2024 · 2 comments
Closed

Snowflake_account import timeout #2330

IRISDavidD opened this issue Jan 9, 2024 · 2 comments
Labels
bug Used to mark issues with provider's incorrect behavior

Comments

@IRISDavidD
Copy link

Terraform CLI and Provider Versions

Terraform v1.6.6
on darwin_arm64

  • provider registry.terraform.io/snowflake-labs/snowflake v0.82.0

Terraform Configuration

terraform {
  required_providers {
    snowflake = {
      source  = "Snowflake-Labs/snowflake"
      version = "~> 0.76"
    }
  }
}

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

  1. terraform import snowflake_account.com_prod {locator}

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"

@IRISDavidD IRISDavidD added the bug Used to mark issues with provider's incorrect behavior label Jan 9, 2024
@sfc-gh-asawicki
Copy link
Collaborator

Hey @IRISDavidD. Thanks for reporting the issue.

Please provide the full error log.

@IRISDavidD
Copy link
Author

IRISDavidD commented Jan 9, 2024

Weve actually resolved using the logs which helped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used to mark issues with provider's incorrect behavior
Projects
None yet
Development

No branches or pull requests

2 participants