There was an error while loading. Please reload this page.
1 parent 175f367 commit 43e40dfCopy full SHA for 43e40df
1 file changed
deploy/operations/ci/aws-1/terraform.tfvars
@@ -12,9 +12,6 @@ aws_kubernetes_storage_class = "gp2"
12
13
# DSS configuration
14
image = "docker.io/interuss/dss:latest"
15
-authorization = {
16
- public_key_pem_path = "/test-certs/auth2.pem"
17
-}
18
should_init = true
19
crdb_image_tag = "v24.1.3"
20
crdb_cluster_name = "interuss-ci"
@@ -31,6 +28,9 @@ crdb_external_nodes = []
31
28
# app_hostname
32
29
# db_hostname_suffix
33
30
+# DSS configuration
+# authorization # Value to be provided as json
+
34
# AWS
35
# aws_iam_permissions_boundary
36
# aws_iam_administrator_role
0 commit comments