Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include README.md as description #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions amazon-sqs/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
name: amazon-sqs
spec:
description: |
Provision a temporary queue in Amazon SQS for use within a sandbox.

Each sandbox resource request must specify a 'region' parameter,
indicating the AWS region in which to provision the queue (e.g. us-east-1).

Each sandbox resource request can optionally specify 'attributes' and 'tags'
that will be passed to the corresponding flags in the 'aws sqs create-queue'
command: https://docs.aws.amazon.com/cli/latest/reference/sqs/create-queue.html

The temporary queue name will be available as the output key 'queue-name',
and the queue URL will be available as the key 'queue-url'.
description: "@{embed: README.md}"

runner:
image: amazon/aws-cli
Expand Down
7 changes: 1 addition & 6 deletions mariadb/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: mariadb
spec:
description: |
Provision a MariaDB instance

Sandbox should provide input 'dbname' for the name of the database.
Plugin provisioner provides outputs 'host', 'port', 'root-password' for
an empty database instance tied to the lifetime of the sandbox.
description: "@{embed: README.md}"

runner:
image: dtzar/helm-kubectl
Expand Down
3 changes: 1 addition & 2 deletions postgres-vault/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: postgres-vault
spec:
description: |
Provision and seed a postgres database from a postgres service.
description: "@{embed: README.md}"

runner:
image: postgres
Expand Down
4 changes: 1 addition & 3 deletions terraform/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: terraform
spec:
description: |
This is a sample terraform script that provisions a temporary Amazon S3
bucket for use within a sandbox.
description: "@{embed: README.md}"

runner:
image: hashicorp/terraform:1.4.2
Expand Down