Skip to content

Commit

Permalink
terraform fmt: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Nov 18, 2024
1 parent 99b4461 commit d220620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
provider "snowflake" {}

module "snowflake_task" {
source = "../.." # Path to the root of the module
source = "../.." # Path to the root of the module
name = "my_task"
database = "my_database"
schema = "my_schema"
Expand Down

0 comments on commit d220620

Please sign in to comment.