Mark Keisler

Results 52 comments of Mark Keisler

![Screenshot from 2022-08-01 13-41-06](https://user-images.githubusercontent.com/127401/182514984-5e732809-7004-4f47-a2cb-acf20eaf21e6.png) sorry, here's the shot

This sounds like a collation thing. like LC_COLLATE=C causes hidden files to be first - the only proper way :)

@llamahunter so you would want atlantis to download all terraform versions that match your non-exact constraint? It can't use that info to set a default version to use, though.

releases are expensive. https://www.youtube.com/watch?v=dLJTgvKFZoQ

> Hello, which issues cause having empty `.terragrunt-null-vars.auto.tfvars.json` ? that's the question, right? I started having that file show up with just `{}` in it, too. I don't know why....

or specify that the map of custom attributes that you are providing should just be merged with what exists already so you don't stomp on attributes not managed in terraform.

> I'm not sure I've actually completely solved the issue, because some additional plugins installed with `PylspInstall` cause the python LSP client to crash. For instance, `flake8` cannot be found...

@jbardin over in https://github.com/hashicorp/terraform/issues/32915 I encountered the "text file busy" issue and you pointed to here for an upcoming fix. It happened to me again and I was able to...

We also don't use the `.terraform.lock.hcl` and find this warning more spam from terraform. We lock down providers using the `required_providers` block and that works fine for us. Trying to...

In ./lib/rearview/monitor_runner.rb create_from_to_dates() when the default 'now' is supplied as the to_date, it creates a gmt timestamp (Time.now.gmtime) but if I specify a timestamp, it does not convert to gmtime....