Jim Nichols

Results 1 issues of Jim Nichols

We are trying to import some existing snowflake_stage resources that were setup manually in snowflake. terraform code: ``` resource "snowflake_stage" "test_stage" { name = "TEST_STAGE" database = "TEST_DB" schema =...

bug