Skip to content

Commit fbb5e89

Browse files
Merge pull request #56 from MaterializeInc/push-kylywpnzlqmp
add license keys to the examples
2 parents 20633f3 + 9becc82 commit fbb5e89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/simple/terraform.tfvars.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ network_config = {
2222
# memory_limit = "4Gi"
2323
# authenticator_kind = "Password"
2424
# external_login_password_mz_system = random_password.analytics_mz_system.result
25+
# license_key = "[...]"
2526
# },
2627
# {
2728
# name = "demo"
@@ -30,5 +31,6 @@ network_config = {
3031
# cpu_request = "2"
3132
# memory_request = "4Gi"
3233
# memory_limit = "4Gi"
34+
# license_key = "[...]"
3335
# }
3436
# ]

0 commit comments

Comments
 (0)