-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathmetadata.yml
25 lines (25 loc) · 960 Bytes
/
metadata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
# The name of the recipe. This has the same character requirements as namespace.
name: hpc_basic
# The version of the recipe. Must be compatible with semantic versioning.
version: "1.0.0"
# A short summary description of the recipe
description: Networking configuration for HPC on AWS. Can use an existing VPC or create a new one.
# The path to the README for the recipe relative to its root
readme: README.md
# Optional URL for external documentation
documentation:
# Optional URL for a homepage
homepage:
# A list of recipe content authors
authors:
- AWS HPC Engineering
- Matthew Vaughn
# A list of tags you want to associate with the collection for indexing/searching. Tags have the same character requirements as namespace.
tags:
- core
- vpc
# A list of file glob-like patterns used to filter any files or directories that should not be included in the S3 release.
build_ignore: []
type: cloudformation
default: assets/public-private.yaml