Skip to content

Commit

Permalink
cosmetic modifications to schema.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Mukadam <[email protected]>
  • Loading branch information
hyder committed Jun 24, 2020
1 parent b5f32f2 commit 3d2ad71
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,33 @@ variables:
region:
type: oci:identity:region:name
title: Region
description: The region in which to create all resources
description: The OCI region where resources will be created
required: true

compartment_id:
type: oci:identity:compartment:id
title: Target Compartment
description: The target compartment for all of the provisioned resources
description: The target compartment id where to create all resources
required: true


label_prefix:
type: string
title: Label Prefix
description: a string that will be prepended to all resources
required: false
default: dev

vcn_cidr:
type: string
title: Vcn CIDR
title: VCN CIDR
default: 10.0.0.0/16
required: true

vcn_name:
type: string
title: Vcn Name
title: VCN Name
required: true
default: TestVcn

label_prefix:
type: string
required: false
default: dev
default: vcn

vcn_dns_label:
type: string
Expand Down

0 comments on commit 3d2ad71

Please sign in to comment.