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.
2 parents 96077c0 + ec11b67 commit 81dd0bdCopy full SHA for 81dd0bd
examples/sample/main.tf
@@ -1,5 +1,5 @@
1
module "databricks_workspace" {
2
- source = "git::git@github.com:tomarv2/terraform-databricks-aws-workspace.git?ref=v0.0.3"
+ source = "git::git@github.com:tomarv2/terraform-databricks-aws-workspace.git?ref=v0.0.5"
3
4
profile_for_iam = "iam-admin"
5
aws_region = "us-east-2"
remote_backend.tf
@@ -0,0 +1,7 @@
+# file generated by wrapper script to configure backend
+# do not edit or delete!
+
+terraform {
+ backend "s3" {
6
+ }
7
+}
versions.tf
@@ -11,7 +11,7 @@ terraform {
11
}
12
databricks = {
13
source = "databrickslabs/databricks"
14
- version = "0.3.3"
+ version = "0.3.4"
15
16
random = {
17
version = "~> 3.1"
0 commit comments