From 649d2183bf812c4836de7e4d3905f7bcd4421fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 19 Aug 2024 05:41:50 +0000 Subject: [PATCH] terraform fmt: automated action --- examples/complete/main.tf | 14 +++++++------- main.tf | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 25e433a..2422508 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -18,15 +18,15 @@ variable "notification_channel" { description = "The notification channel for the pipe." type = string default = "arn:aws:sns:us-west-2:123456789012:my-channel" - + } module "snowflake_pipe" { source = "../.." # Path to the root of the snowflake-pipe module # Pipe variables - auto_ingest = true - aws_sns_topic_arn = "arn:aws:sns:us-west-2:123456789012:my-topic" - comment = "This is my pipe" + auto_ingest = true + aws_sns_topic_arn = "arn:aws:sns:us-west-2:123456789012:my-topic" + comment = "This is my pipe" copy_statement = <