Skip to content

Commit 7f70f2a

Browse files
authored
[terraform-commons-dss] Better defaults for terraform-google-dss (#1187)
1 parent 7241799 commit 7f70f2a

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

deploy/infrastructure/dependencies/terraform-commons-dss/variables.gen.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ variable "crdb_cluster_name" {
183183
184184
At the moment, this variable is only used for helm charts deployments.
185185
186-
Example: interuss_us_production
186+
Example: interuss-us-production
187187
EOT
188188
}
189189

deploy/infrastructure/modules/terraform-aws-dss/TFVARS.gen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ The CRDB cluster is automatically given a randomly-generated name if an empty st
219219
The CRDB cluster name must be 6-20 characters in length, and can include lowercase letters, numbers,
220220
and dashes (but no leading or trailing dashes). A cluster's name cannot be edited after it is created.</p>
221221
<p>At the moment, this variable is only used for helm charts deployments.</p>
222-
<p>Example: interuss_us_production</p>
222+
<p>Example: interuss-us-production</p>
223223
</td>
224224
</tr><tr>
225225
<td>crdb_locality</td>

deploy/infrastructure/modules/terraform-aws-dss/variables.gen.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ variable "crdb_cluster_name" {
277277
278278
At the moment, this variable is only used for helm charts deployments.
279279
280-
Example: interuss_us_production
280+
Example: interuss-us-production
281281
EOT
282282
}
283283

deploy/infrastructure/modules/terraform-google-dss/TFVARS.gen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ The CRDB cluster is automatically given a randomly-generated name if an empty st
215215
The CRDB cluster name must be 6-20 characters in length, and can include lowercase letters, numbers,
216216
and dashes (but no leading or trailing dashes). A cluster's name cannot be edited after it is created.</p>
217217
<p>At the moment, this variable is only used for helm charts deployments.</p>
218-
<p>Example: interuss_us_production</p>
218+
<p>Example: interuss-us-production</p>
219219
</td>
220220
</tr><tr>
221221
<td>crdb_locality</td>

deploy/infrastructure/modules/terraform-google-dss/terraform.dev.example.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ google_machine_type = "e2-medium"
1919
google_kubernetes_storage_class = "standard"
2020

2121
# DSS configuration
22-
image = "latest"
22+
image = "docker.io/interuss/dss:latest"
2323
image_pull_secret = ""
2424
authorization = {
2525
public_key_pem_path = "/test-certs/auth2.pem"
@@ -28,6 +28,6 @@ should_init = true
2828

2929
# CockroachDB
3030
crdb_image_tag = "v24.1.3"
31-
crdb_cluster_name = "interuss_example"
31+
crdb_cluster_name = "interuss-example"
3232
crdb_locality = "interuss_dss-dev-w6a"
3333
crdb_external_nodes = []

deploy/infrastructure/modules/terraform-google-dss/variables.gen.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ variable "crdb_cluster_name" {
266266
267267
At the moment, this variable is only used for helm charts deployments.
268268
269-
Example: interuss_us_production
269+
Example: interuss-us-production
270270
EOT
271271
}
272272

deploy/infrastructure/utils/definitions/crdb_cluster_name.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ variable "crdb_cluster_name" {
99
1010
At the moment, this variable is only used for helm charts deployments.
1111
12-
Example: interuss_us_production
12+
Example: interuss-us-production
1313
EOT
1414
}

deploy/operations/ci/aws-1/variables.gen.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ variable "crdb_cluster_name" {
277277
278278
At the moment, this variable is only used for helm charts deployments.
279279
280-
Example: interuss_us_production
280+
Example: interuss-us-production
281281
EOT
282282
}
283283

0 commit comments

Comments
 (0)