Skip to content

Commit

Permalink
fix: Adding back SSH key (optional)
Browse files Browse the repository at this point in the history
  • Loading branch information
timclegg committed Aug 10, 2021
1 parent b642d22 commit 3caecd4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion terraform/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,17 @@ variableGroups:
- title: "Configuration"
variables:
- ${redbull_compartment}
- ${ssh_public_key}

variables:
redbull_compartment:
type: string
title: "Compartment Name"
description: "The name of the compartment that will be created."
required: true
default: "redbullhol"
default: "redbullhol"
ssh_public_key:
title: "Compute SSH Public Key"
description: "The public key to install on the compute for SSH access."
type: oci:core:ssh:publickey
required: false

0 comments on commit 3caecd4

Please sign in to comment.