-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yaml
49 lines (49 loc) · 1.18 KB
/
plugin.yaml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
schema-version: v2
kind: plugin
metadata:
name: infrastructure-test
display-name: infrastructure-test
description: teste-terraform
version: 0.0.3
picture: plugin.png
spec:
type: infra
compatibility:
- python
about: docs/about.md
implementation: docs/implementation.md
release-notes: docs/release-notes-0.0.1.md
requirements: docs/requirements.md
single-use: False
runtime:
environment:
- terraform-1-4
- aws-cli-2
- git-2
repository: [email protected]:ronaldmirandazup/infra-stk.git
technologies: # Ref: https://docs.stackspot.com/create-use/create-content/yaml-files/plugin-yaml/#technologies-1
- Terraform
- DevOps
generates:
connections:
- type: aws-s3-conn
alias: s3-infra-dev
outputs:
- from: infra_arn
to: arn
- from: bucket_name
to: bucket_name
stk-projects-only: false
inputs:
- label: Region
type: text
name: region
help: Choose the name of the region.
default: us-east-1
required: true
- label: Environment
type: text
name: environment
help: Choose the name of the environment.
default: development
required: true