Skip to content

Commit

Permalink
chore: newline
Browse files Browse the repository at this point in the history
Signed-off-by: nitrocode <[email protected]>
  • Loading branch information
nitrocode committed Aug 23, 2024
1 parent d0b27de commit dd745c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/complete/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ provider "aws" {

provider "archive" {}
provider "null" {}
provider "random" {}
provider "random" {}
2 changes: 1 addition & 1 deletion examples/complete/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ variable "tags" {
description = "Tags to apply to resources"
type = map(string)
default = {}
}
}

0 comments on commit dd745c6

Please sign in to comment.