Skip to content

Commit

Permalink
add test for new line curly braces style
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed May 1, 2023
1 parent eb9b661 commit 06c636e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/helpers/terraform-config/backend.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// a comment
provider "aws" {
// test new line curly braces style
provider "aws"
{
region = var.region
}

Expand Down

0 comments on commit 06c636e

Please sign in to comment.