adamwallred

Results 5 issues of adamwallred

Hello, Assuming I have the following resource: ``` resource "google_service_account" "sa" { account_id = "sa" display_name = "sa" lifecycle { prevent_destroy = true } } ``` What would the rule...

Hello, I am attempting to use hpilo_cli to locally update the firmware for an ilo5, using ilo firmware version 1.30 (as a locally installed RPM), and hpilo_cli 4.2.1. I see...

This PR: Adds support for providing a path to a GCP Service Account key file and an audience string to support uploading a dump file to an instance of Go...

### Describe the feature request The http2https and https2https plugins currently prepare the `httputil.ReverseProxy` TLS config with a hard-coded `InsecureSkipVerify: true` . In cases where we have a custom CA...

lifecycle/stale

### WHY It would be nice to support a custom CA cert and perform TLS verification of the connections between the `httputil.ReverseProxy` and the proxied service in the client `*2https`...

lifecycle/stale