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 7d6abec commit 66ffed9Copy full SHA for 66ffed9
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.4"
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
+}
0 commit comments