Closed dstuck closed 3 years ago
It turns out that this was a problem with configuration related to new versions of terraform. We were defining providers in a module which is being deprecated. It should still be supported in v0.12 but we want to switch over to be v0.13 compliant anyway so won't raise any concerns with terraform developers here.
Provider Version v0.23.2
Terraform Version v0.12.31
Describe the bug Run terraform import (I've tried with schemas and with storage integrations) and while the planning portion of the import, the refreshing state portion fails to pass the account information to the
Expected behavior Expect the existing resources to be imported
Code samples and commands
From the debug logs, the portion that seems to fail is running
query stmt SHOW STORAGE INTEGRATIONS LIKE 'CUST_PROD_AWS_INGEST'
which never authenticates and raises the errorAdditional context We're using an s3 backend and successfully running terraform applies in multiple places.