Skip to content

Commit d25f4f2

Browse files
authored
Merge pull request #25 from timclegg/main
Fix: making SSH key optional
2 parents 1ebb567 + df7d716 commit d25f4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ variables:
3434
title: "Compute SSH Public Key"
3535
description: "The public key to install on the compute for SSH access."
3636
type: oci:core:ssh:publickey
37-
required: true
37+
required: false

0 commit comments

Comments
 (0)