output "storage_aws_iam_user_arn" {
  description = "The ARN of the AWS IAM user that the Snowflake storage integration will use to access the S3 bucket."
  value       = snowflake_storage_integration.integrations_snowflake_integration.storage_aws_iam_user_arn
}

output "storage_aws_external_id" {
  description = "The external ID that the Snowflake storage integration will use when assuming the AWS IAM role to access the S3 bucket."
  value       = snowflake_storage_integration.integrations_snowflake_integration.storage_aws_external_id
}
