Skip to content

Commit

Permalink
Merge pull request #25 from timclegg/main
Browse files Browse the repository at this point in the history
Fix: making SSH key optional
  • Loading branch information
timclegg authored Aug 10, 2021
2 parents 1ebb567 + df7d716 commit d25f4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ variables:
title: "Compute SSH Public Key"
description: "The public key to install on the compute for SSH access."
type: oci:core:ssh:publickey
required: true
required: false

0 comments on commit d25f4f2

Please sign in to comment.