Robin Breathe

Results 5 comments of Robin Breathe

@lsjostro permissionsets are also easily configured with terraform-provider-vault. We use something similar to the following to configure unique permissionsets for various clients: ```hcl resource "vault_generic_endpoint" "github_example_rw" { path = "github/permissionset/example-rw"...

A possibly naive question, but why does `terraform init` with `plugin_cache_dir` try to overwrite an existing provider installation rather than identifying that the provider is already present (i.e. stat, checksum/validate...

We have a similar use case where we would like to use the image manifest index to automatically add architecture-specific nodegroup annotations to allow Karpenter to migrate multi-arch pods from...

Are you sure that this patch actually affects the behaviour at all? Within the scope, it should make no difference where you call `defer`. We experience the same bug, but...