Erik Osterman (CEO @ Cloud Posse)

Results 275 comments of Erik Osterman (CEO @ Cloud Posse)
trafficstars

@goruha can you take a look at this?

@daveyu this looks like an easy fix. @goruha make `"%s.%s"` a template string in `values.yaml` that defaults to `%s.%s`. Then @daveyu can override this with `%s-%s`. Do you think that...

@timp87: thanks for voicing your concern. When I'd originally surveyed the other projects out there, they all looked abandoned (including the links above) which is also why we wrote our...

@timp87 Nice trick!

Thanks @antonbabenko ! See more context here: https://github.com/hashicorp/terraform/issues/24987#issuecomment-769384964

I was able to export ~500 documents. It would stall every few minutes but then pick back up again - presumably after limits were exhausted. This was using the hosted...

@rajcheval I see a couple ways we could solve this. 1. Add an `enabled` flag to https://github.com/cloudposse/terraform-aws-route53-alias/, and then expose that flag (e.g. `dns_aliases_enabled`) in this module. Then you could...

@rajcheval You're right about how provisioning one will cause the outage with option (2). If you want to submit a PR to add the enabled flags to the respective modules,...

@nritholtz yea, I think we're on the same page. For some additional context, we maintain [120+ free terraform modules](https://github.com/cloudposse) on our github. One of our core modules is [`terraform-null-label`](https://github.com/cloudposse/terraform-null-label) which...

What we have is basically a terraform implementation for the config format used by astro. https://github.com/FairwindsOps/astro If you have some pseudo code for how you would like to express it,...