You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2025. It is now read-only.
// If we can detect that, the chances are the user was setting this value to work around the bug
78
+
79
+
ifstrings.HasPrefix(value, "LS0tLS1CRUdJTi") {
80
+
81
+
diags=append(diags, diag.Diagnostic{
82
+
Severity: diag.Warning,
83
+
Summary: "Certificate value used in \"private_key_passphrase\"",
84
+
Detail: `The "private_key_passphrase" appears to be a certificate file.
85
+
This may be due to a previous bug with the provider which has been fixed (https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/issues/343).
86
+
It is advised that you instead set this value on "private_key_file" and leave the passphrase "private_key_passphrase" field blank if none apply.
87
+
88
+
This warning can be ignored if the passphrase value is expected`,
0 commit comments