You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/adb-external-hive-metastore/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This template will complete 99% process for external hive metastore deployment w
11
11
On your local machine:
12
12
13
13
1. Clone this repository to local.
14
-
2.Provide values to variables, some variabes will have default values defined. See inputs section below on optional/required variables.
14
+
2.Update `terraform.tfvars` file and provide values to each defined variable. Some variabes may have default values defined in `variables.tf` file.
15
15
3. For step 2, variables for db_username and db_password, you can also use your environment variables: terraform will automatically look for environment variables with name format TF_VAR_xxxxx.
0 commit comments