myoung34

Results 30 issues of myoung34

docker inspect on my app container shows: ``` "Env": [ "VIRTUAL_HOST=kegduino.org www.kegduino.org", ``` My task definition: ``` "environment": [ { "name": "VIRTUAL_HOST", "value": "kegduino.org www.kegduino.org" } ], ``` However the...

If instances are terminated, their volumes dont exist. `terraforming ec2` in this state can result in an error ``` $ aws-vault exec work -- terraforming ec2 --no-tfstate Enter passphrase to...

If i have two security groups named `foo` it will generate duplicate `aws_security_group.foo` blocks, which cause a non-unique issue in terraform ``` 1 error(s) occurred: * module root: 1 error(s)...

On occasion, on the first cold run: ``` DEBUG:root:Cache get disabled DEBUG:root:Cache get disabled DEBUG:root:Getting current public IP DEBUG:root:Could not refresh public IP from http://api.ipify.org Traceback (most recent call last):...

According to the [write up](https://talosintelligence.com/vulnerability_reports/TALOS-2019-0782) there has been an issue with a missing `-d` flag in the build options files starting with Alpine 3.3 that caused the images to go...

Was working perfectly, but just updated windows to the latest insider build for WSL 2 support ``` C:\Users\3vilp\ver Microsoft Windows [Version 10.0.18917.1000] ``` ``` C:\Users\3vilp\AppData\Local\wsltty\bin>wslbridge.exe wslbridge error: failed to start...

All of the samples with cortex break in different ways * `docker-compose network create proxy` should be added to the README for these * `docker-compose up` does not work, but...

[This page](https://github.com/hashicorp/terraform/blob/main/website/docs/internals/provider-registry-protocol.mdx) Hasnt been updated in a very long time I'm stuck on an issue #2329 I suspect I might be able to resolve this with the API instead of...