Skip to content

Commit 81dd0bd

Browse files
authored
Merge pull request #16 from tomarv2/updates
Updates
2 parents 96077c0 + ec11b67 commit 81dd0bd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

examples/sample/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "databricks_workspace" {
2-
source = "git::git@github.com:tomarv2/terraform-databricks-aws-workspace.git?ref=v0.0.3"
2+
source = "git::git@github.com:tomarv2/terraform-databricks-aws-workspace.git?ref=v0.0.5"
33

44
profile_for_iam = "iam-admin"
55
aws_region = "us-east-2"

remote_backend.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# file generated by wrapper script to configure backend
2+
# do not edit or delete!
3+
4+
terraform {
5+
backend "s3" {
6+
}
7+
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ terraform {
1111
}
1212
databricks = {
1313
source = "databrickslabs/databricks"
14-
version = "0.3.3"
14+
version = "0.3.4"
1515
}
1616
random = {
1717
version = "~> 3.1"

0 commit comments

Comments
 (0)