We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f35993 commit fb1b26dCopy full SHA for fb1b26d
1 file changed
addons/logging-destination-snowflake/main.tf
@@ -85,7 +85,7 @@ resource "aws_kinesis_firehose_delivery_stream" "snowflake" {
85
86
snowflake_configuration {
87
account_url = var.snowflake_shared.account_url
88
- database = each.value.databae
+ database = each.value.database
89
private_key = var.snowflake_shared.private_key
90
key_passphrase = var.snowflake_shared.key_passphrase
91
schema = each.value.schema
0 commit comments