-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert to unprefixed names in the schema
- Loading branch information
1 parent
f77f31d
commit 04a556c
Showing
6 changed files
with
46 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Configuration-based authentication | ||
provider "materialize" { | ||
mz_host = var.materialize_hostname # optionally use MZ_HOST env var | ||
mz_username = var.materialize_username # optionally use MZ_USERNAME env var | ||
mz_password = var.materialize_password # optionally use MZ_PASSWORD env var | ||
mz_port = var.materialize_port # optionally use MZ_PORT env var | ||
mz_database = var.materialize_database # optionally use MZ_DATABASE env var | ||
host = var.materialize_hostname # optionally use MZ_HOST env var | ||
username = var.materialize_username # optionally use MZ_USERNAME env var | ||
password = var.materialize_password # optionally use MZ_PASSWORD env var | ||
port = var.materialize_port # optionally use MZ_PORT env var | ||
database = var.materialize_database # optionally use MZ_DATABASE env var | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters