AWS_STAGE_CREDENTIALS information available as output from snowflake_stage resource #1087
Labels
category:documentation
docs
Used to mark issues with documentation remark/questions
resource:stage
Issue connected to the snowflake_stage resource
Is your feature request related to a problem? Please describe.
When writing Terraform code to integrate Snowflake and AWS S3 buckets, I need to create both IAM policies and Snowflake stages. However, I cannot get the
SNOWFLAKE_IAM_USER
andAWS_EXTERNAL_ID
from the Snowflake Stage when I create it using this Terraform provider, which I need to ensure the role used by Snowflake can be assumed by Snowflake as I create a statement in the policy likewith the
SNOWFLAKE_IAM_USER
andAWS_EXTERNAL_ID
values above taken from running the following queryDescribe the solution you'd like
The ability to have the above parameters
SNOWFLAKE_IAM_USER
andAWS_EXTERNAL_ID
as outputs from thesnowflake_stage
resource. Maybe an object such asDescribe alternatives you've considered
I create two code changes, one to create the resources and the second to hard code the values in the AWS Assume role policy. Then I try not to throw up.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: