Danny Sauer
Danny Sauer
Awesome. Thanks for the follow-up, @sheltongraves
Well, that is indeed curious. Thanks for filling in the gaps with the minimal example. I'll spend some more time sanitizing my actual files less and see where extra stuff...
Maybe a better example. :D ```hcl data "aws_eks_cluster_auth" "cluster_auth" { for_each = local.cluster_data name = module.eks[each.key].cluster_name } provider "helm" { for_each = local.cluster_data alias = "cluster" kubernetes { host =...
Some failing code which triggers this today is something like this: ```hcl resource "github_actions_variable" "var" { for_each = local.github_oidc_role_data provider = github.by_org[each.value.org] repository = each.value.repo variable_name = local.github_role_var value =...
Oh, that's awesome! Sounds like I have a bug in the Renovate config which is supposed to be updating the 1password provider in my Terraform. :D
Confirmed that deleting the item and recreating without a password field works for me with the new provider. Though, I ran into #97 in the process, so had to delete...
I recently learned that Mend Renovate can handle automating this (and, of course, also started doing that in my repos). https://docs.renovatebot.com/modules/manager/github-actions/#digest-pinning-and-updating The summary is that the tag is recorded as...
There is, of course, [Ratchet](https://github.com/sethvargo/ratchet) as well. But Renovate can also update Ratchet. ;)
I'd like to note that I encountered this issue after updating today as well. In my case, I have a loop which records tokens in a secure note. They're Docker...
There's an effectively undocumented `aws.budget` resource listed in the docs. Is this related?