Everett Toews

Results 19 comments of Everett Toews

I just ran into the need for this feature too. In my case I need to use the variable values from a Terraform `.tfvars` file in another file. I worked...

I _think_ so. In [From a file](https://www.terraform.io/intro/getting-started/variables.html#from-a-file) >If a terraform.tfvars file is present in the current directory, Terraform automatically loads it to populate variables. If the file is named something...

Some notes from IRC for future work: in TemplateBuilderImpl images is Memoized the supplier is in BaseComputeServiceContextModule.supplyImageCache() look at the aws code part of it is EC2TemplateBuilderImpl.lazyImageProvider it is backed...

:+1: This is something that's necessary to avoid the dreaded [Fat Finger Error](https://en.wikipedia.org/wiki/Fat-finger_error).

FWIW, there's an image [kidibox/registrator](https://hub.docker.com/r/kidibox/registrator/) out there with this PR in it. ``` $ docker run --detach \ --name registrator-1 \ --volume /var/run/docker.sock:/tmp/docker.sock \ --net mynetwork \ --env constraint:node==*n1 \...

I found it in this branch https://github.com/redhat-scholars/istio-tutorial/blob/recommendation-v2/istiofiles/virtual-service-recommendation-v1_and_v2_retry.yml

Looks like it's now documented at https://github.com/jetstack/kube-lego#run-kube-lego >If you change the LEGO_URL, it is required that you delete the existing secret kube-lego-account and all certificates you want to request from...

FWIW ... for our use case, we're using this via an addon in [terraform-aws-eks-blueprints](https://github.com/aws-ia/terraform-aws-eks-blueprints). We need the LogGroups that ultimately get created by it dynamically to be encrypted with KMS.

@PettitWesley That's for externally created LogGroups. Like the OP, we are not externally creating LogGroups. FluentBit is creating the LogGroups for us and hence the need to allow to create...

@PettitWesley That correctly summarises it.