Artem Kozlenkov

Results 4 comments of Artem Kozlenkov

I figured out this is related to terraform version constraint in file. This has something to do with the fact that only public terraform repositories are allowed to have versioning...

Hi everyone! same here, it's stucks on server start, ``` yard up Version: 0.7.0 Creating K8s cluster in Docker and installing Consul Create Kubernetes cluster in Docker using K3s Caching...

on multiple tries, `yard up` Version: 0.7.0 Creating K8s cluster in Docker and installing Consul Creating Kubernetes cluster, this process will take approximately 2 minutes Create Kubernetes cluster in Docker...

similar issue, easily being resolved by doing exactly what the msg asks to do, set glob ENVs via `export` like `export AWS_ACCESS_KEY_ID=xxx` `export AWS_SECRET_ACCESS_KEY=xxx` works :+1: