terraform-snowflake-storage-integration-aws
terraform-snowflake-storage-integration-aws copied to clipboard
To create the base infrastructure for storage only pipelines that load data from S3 to Snowflake.
Hello, I would like to add the option of s3 encryption and access logs to this module. Is that something your team might do or would you like me to...
On the README of this repo, there's an architecture diagram that refers to "API Integration Module with GEFF API Backend." It looks like the same image that's shown on https://github.com/Snowflake-Labs/terraform-snowflake-api-integration-with-geff-aws...
https://github.com/Snowflake-Labs/terraform-snowflake-storage-integration-aws/blob/70fe1b520fcb28629c294d129435ce70679ba4eb/storage_integration.tf#L22C1-L30C2 This ressource is removed in 0.93.0
When I run `tofu init` on this code, I get a `Provider type mismatch` error: ``` provider "aws" { default_tags { tags = local.common_tags } } provider "snowflake" { alias...
Is this module still supported? Will there be a released in coordination with the Snowflake Terraform provider 1.0 release? Or is this module going to be deprecated?