output "integration_name" {
  description = "Name of the Snowflake storage integration"
  value       = "PROD_DELPHI_SNOWFLAKE_RDB_LINKFIRE_S3_INTEGRATION"
}

output "storage_aws_external_id" {
  description = "External ID for IAM trust policy"
  value       = snowflake_storage_integration_aws.prod_delphi_snowflake_rdb_linkfire_s3_integration.describe_output[0].external_id
  sensitive   = true
}

output "storage_aws_iam_user_arn" {
  description = "Snowflake IAM user ARN to trust"
  value       = snowflake_storage_integration_aws.prod_delphi_snowflake_rdb_linkfire_s3_integration.describe_output[0].iam_user_arn
}
