Danny Sauer
Danny Sauer
Possibly related to the undocumented delete API in https://github.com/docker/hub-feedback/issues/496#issuecomment-277562292. :)
@heliochronix , I assume you've just given up by now... But for future seekers of information: The key I finally stumbled across after way too long is to remove the...
Any particular reason not to make each name-based section and field a list, since they're not enforced to be unique? Typical usage would just be basically `item.sections["some name"][0].fields["some field"][0].value` then,...
The module is way prettier than what I did. Given a onepassword_item named determined_ci_github (hence the `dcg` prefix): ``` locals { dcg_section_label = "Tokens" dcg_field_id = "jxu6aak6lkhdxij6whyqels42u" dcg_sections = data.onepassword_item.determined_ci_github.section...
The time_rotating resource from https://registry.terraform.io/providers/hashicorp/time/latest/docs/resources/rotating and the [replace_triggered_by](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#replace_triggered_by) lifecycle attribute in a Terraform [random_password](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/password) resource might be a helpful workaround to bring this into Terraform. Just replace the password resource...
I'm going to put in a small plug for the SUSE's Open Build Service here. It's fairly easy to define a project which runs your build steps and emits packages...
Turns out that making this work was as simple as adding the sslmode parameter to the connection string. In my case, I used this file applied in the appropriate namespace...
So... :D
/comes back 4 years later... Sigh. 🤣
Automatic reexecution would actually fix my current use case. I provision an EKS cluster (actually several) and create kubectl/kubernetes/helm/argocd providers which connect to those clusters. The provider config looks like...