Skip to content

Commit fa73330

Browse files
committed
initial commit
1 parent 768bfc1 commit fa73330

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- '--args=--only=terraform_workspace_remote'
1818

1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v3.2.0
20+
rev: v3.4.0
2121
hooks:
2222
- id: trailing-whitespace
2323
- id: check-merge-conflict

examples/sample/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
provider "aws" {
22
region = "us-west-2"
33
}
4+
45
module "databricks_workspace" {
56
source = "../../"
67

examples/test/variables.tf

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)