File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,15 @@ module "hasura" {
62
62
}
63
63
```
64
64
65
+ ### Additional info about variables
66
+
67
+ - ` hasura_version_tag ` comes from [ here] ( https://hub.docker.com/r/hasura/graphql-engine/tags?page=1&ordering=last_updated ) (e.g. "v.2.0.0-alpha.3")
68
+ - ` az_count ` needs to be at least 2 or higher (due to AWS constraints, an rds instance must have at least one availability zone for failover)
69
+ - ` hasura_console_enabled ` must be a string (i.e. ` "true" ` ) and NOT a boolean (i.e. ` true ` ). Other true/false variables can be booleans
70
+ - ` rds_db_name ` must only contain alphanumeric characters and start with a letter
71
+ - ` ecs_cluster_name ` must only contain alphanumeric characters and start with a letter
72
+ - ` domain ` must be a domain you have a Route 53 hosted zone for
73
+
65
74
## License
66
75
67
76
Released under MIT License. Based on [ Gordon Johnston] ( https://github.com/elgordino ) 's proposed architecture.
You can’t perform that action at this time.
0 commit comments