Skip to content

Commit 66ffed9

Browse files
committed
adding version to example file
1 parent 7d6abec commit 66ffed9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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.4"
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+
}

0 commit comments

Comments
 (0)