Tim Becker
Tim Becker
I ran into this same problem with a similar setup. The issue is that `validate` is not a first-class Terragrunt operation, so it forwards the command to Terraform. By default,...
I like your solution of sorting by number prefix, but a better way to color intervals with multiple tags in general would be great.
I found a workaround that works for me. For my use case, I have a handful of "primary" tags (e.g. `bau`, `meeting`, `break`) for broad categories of time that I...
Would using the `sentry_team` data source solve your issue? https://registry.terraform.io/providers/jianyuan/sentry/latest/docs/data-sources/team
Happy birthday to this PR! I was about to type up and submit my own PR, luckily I searched first. We also are having no issues with the JWK URL,...
BEWARE: this error is very misleading. We thought the Go library needed because of https://github.com/integrations/terraform-provider-github/issues/1391 For us, it turns out our Personal Access Token just stopped working for some reason....
> @thetimbecker agreed that usually the cause is an invalid PAT! Would you be interested in opening up a PR to update the docs accordingly? Clearly I never got around...