Raymond Butcher
Raymond Butcher
It's not meant to return anything. It sets attributes on the `u` object as described [here](https://github.com/capless/warrant#authenticate).
Hi, Firstly, thank you very much for thinking about this and trying to improve the project! When I started this project and thought about various APIs, I discounted this style...
I'm leaning towards yes for including this. It is optional, as you said, and it's nice when you don't need to use any reserved words. The reserved kwargs issue I...
That looks interesting, but I don't think it would fit in well here. If you're talking about having the types pre-built and packaged with Pretf, I think that adds too...
I tried this and it worked as expected. It doesn't load values from `dev.tfvars.py` (or `dev.tfvars.json`) automatically. Try running it with `-var-file=dev.tfvars.json` or renaming `dev.tfvars.py` to `dev.auto.tfvars.py` or `terraform.tfvars.py` so...
Ah, interesting. I ran `terraform init -var-file=dev.tfvars.json` and it worked. Terraform seems to ignore this argument, at least right now, but I wouldn't blame them if they made it more...
Hi @ffalorjr, I made `main.tf` containing the following and was able to do a plan. It didn't show the provisioner in the plan but I think it's right because when...
Someone also asked me how nested blocks work (just 1 level deep) so the docs should have some more examples including a provisioner (2 levels) and something else with 1...
Another question about nested blocks: #52
Setup is basically: * Install [asdf](https://asdf-vm.com/), [direnv](https://direnv.net/), python 3, virtualenv if necessary * `cd` into the project directory and direnv should set up everything Make commands: * `make` auto formats...