Skip to content

Commit aa260b3

Browse files
committed
update tfvars.examples files
1 parent 12d47e4 commit aa260b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/simple/terraform.tfvars.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
namespace = "mz-self-hosted"
2-
environment = "dev"
1+
namespace = "mz-self-mngd" // maximum 12 characters, starts with a letter, lowercase alphanumeric and hyphens
2+
environment = "dev" // maximum 8 characters, lowercase alphanumeric only (e.g., dev, test)
33
database_password = "your-secret-password"
44

55
# Once the operator is installed, you can define your Materialize instances here.

terraform.tfvars.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The namespace and the environment are used to create a unique name for the resources
22
# eg. ${namespace}-${environment}-${resource_name}
3-
namespace = "my-namespace"
4-
environment = "dev"
3+
namespace = "my-namespace" // maximum 12 characters, starts with a letter, lowercase alphanumeric and hyphens
4+
environment = "dev" // maximum 8 characters, lowercase alphanumeric only (e.g., dev, test)
55
database_password = "your-secure-password-here"
66

77
tags = {

0 commit comments

Comments
 (0)