Tyler Kellen

Results 64 comments of Tyler Kellen

even harder hail mary pass. ping @mitchellh?

HELP! HELP! THERE IS A FIRE IN THE BUILDING! ...just kidding, but is anyone out there?

help is coming, I know it is! ![castaway](https://user-images.githubusercontent.com/1004324/74896961-92eb8e00-5363-11ea-94c9-c381f62c6464.gif)

Did that. Looks like there are some failing test cases as well. I'd be happy to invest the time in fixing them if anyone who has the ability to actually...

Thanks for the response @kmoe! I'll ping back here when I've had time to address the additions you've described. With respect to the nudge comments, I see PRs that are...

Sounds like your use-case is exactly the same as mine @vs-jawad. Unfortunately no, I haven't been able to dig into this further just yet. I wound up going with a...

Ah yes, that makes more sense, I have no idea why I didn't suggest that from the outset! Would you feel equally supportive of my implementing this to store the...

Sounds good to me! I can cover the secretsmanager and parameter store one as well. I'll try to take a look in the next week or so and open a...

Wound up minting certs with terraform/letsencrypt thusly ``` provider "acme" { server_url = "https://acme-v02.api.letsencrypt.org/directory" # for testing server_url = "https://acme-staging-v02.api.letsencrypt.org/directory" } resource "tls_private_key" "account" { algorithm = "RSA" } resource...

Here are some examples of how to do this sort of thing in Ruby: http://sequel.jeremyevans.net/rdoc/files/doc/advanced_associations_rdoc.html