We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768bfc1 commit fa73330Copy full SHA for fa73330
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
- '--args=--only=terraform_workspace_remote'
18
19
- repo: https://github.com/pre-commit/pre-commit-hooks
20
- rev: v3.2.0
+ rev: v3.4.0
21
hooks:
22
- id: trailing-whitespace
23
- id: check-merge-conflict
examples/sample/main.tf
@@ -1,6 +1,7 @@
1
provider "aws" {
2
region = "us-west-2"
3
}
4
+
5
module "databricks_workspace" {
6
source = "../../"
7
examples/test/variables.tf
0 commit comments