Closed JamieSinn closed 1 day ago
DevCycle
We currently are utilizing both S3, and Cloudflare R2 for storage - but we'd like to make use of the snowflake capability to create stages for our data alongside our existing S3 Terraform code.
Snowflake Docs: https://docs.snowflake.com/user-guide/data-load-s3-compatible-storage#creating-an-external-stage-for-s3-compatible-storage
This likely just requires enabling the ENDPOINT property to be passed through on the snowflake_stage resource.
ENDPOINT
snowflake_stage
category:resource
resource:stage
Expose the ENDPOINT parameter for creating stages to enable external/non-S3 stages to be created.
Low
I'll probably take a swing later on this year to implement this myself - but I currently don't have time on my plate.
Hey @JamieSinn. Thanks for reaching out to us.
It seems like a duplicate of https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3123.
Yep! I missed that! Thanks!
Company Name
DevCycle
Use Cases or Problem Statement
We currently are utilizing both S3, and Cloudflare R2 for storage - but we'd like to make use of the snowflake capability to create stages for our data alongside our existing S3 Terraform code.
Snowflake Docs: https://docs.snowflake.com/user-guide/data-load-s3-compatible-storage#creating-an-external-stage-for-s3-compatible-storage
This likely just requires enabling the
ENDPOINT
property to be passed through on thesnowflake_stage
resource.Category
category:resource
Object type(s)
resource:stage
Proposal
Expose the
ENDPOINT
parameter for creating stages to enable external/non-S3 stages to be created.How much impact is this issue causing?
Low
Additional Information
I'll probably take a swing later on this year to implement this myself - but I currently don't have time on my plate.
Would you like to implement a fix?