Timeout on terraform apply #511
-
I'm new to Terraform in general and am trying to follow a tutorial for using this provider. I deviated from the instructions because I am using the 0.24 version so updated the version for the provider in main.tf:
The instructions seem straightforward and match what I'm doing at the command line until the apply step. Then I get this:
I've run this by people at my company that use Terraform regularly, and they didn't have any particular ideas. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Turns out setting the |
Beta Was this translation helpful? Give feedback.
Turns out setting the
SNOWFLAKE_REGION
was the problem. When I unset that environment variable then the apply would work.