Shahidh K Muhammed

Results 22 comments of Shahidh K Muhammed

@barry-schneider Are you aware if declarative templates for Alibaba Cloud? If not, [terraform](https://www.alibabacloud.com/solutions/devops/terraform) could work.

Yes! But they changed some stuff for the GA. Need to spend some time to figure it out. Any help is appreciated!

Another idea is to use http://json-schema.org/ and use a golang library like https://github.com/xeipuuv/gojsonschema to validate

Can we not have a config.yaml file at all then? Can we search for `.env` too?

This sounds good. Do we need both `config-file` bad `project` flags? Provided we're giving plenty of choices (config.yaml, hasura-config.yaml, .env), another flag for it seems overkill. Also, by getting the...

Hi @tehpsalmist, the volumes are only removed if you use `-v` in docker compose down command, right? Why do we need to explicitly create the volume then? Let me know...

Sorry about the delay @dukedave! Should be an easy fix. @wawhal Can you check this out?

@dukedave Yes, please! Fire away :smile:

Can you edit the SSH key to remove the quotes? ``` - | "ssh-rsa AAAA........" #content of ~/.ssh/id_rsa.pub ``` should be ``` - ssh-rsa AAAA........ ``` on a single line

I you wanna do multiline, use ``` - | ssh-rsa AAAA........ ``` Indentation is important