TritonDataCenter / terraform-provider-triton

Terraform Joyent Triton provider
https://www.terraform.io/docs/providers/triton/
Mozilla Public License 2.0
15 stars 24 forks source link

Support SHA256 key identifier format #33

Closed bahamat closed 7 years ago

bahamat commented 7 years ago

Terraform Version

0.10.4

Affected Resource(s)

triton_key

Terraform Configuration Files

provider "triton" {
}

Debug Output

Error refreshing state: 1 error(s) occurred:

* provider.triton: Error Creating SSH Agent Signer: No key in the SSH Agent matches fingerprint: SHA256:l1JcBkX5QbhfTeOI6RHriundohl/MXoZPlsgE+PVlPg

Expected Behavior

Support SHA256 key identifiers

Actual Behavior

Error

Steps to Reproduce

  1. terraform plan
jwreagor commented 7 years ago

Ref: joyent/triton-go#18