-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cycloid.yml
49 lines (48 loc) · 1.35 KB
/
.cycloid.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
# Configuration of the Cycloid stack
version: '3'
name: 'terraform-runner'
canonical: 'stack-terraform-runner'
status: 'public'
description: |
Allow you to do simple terraform actions: plan, create, destroy.
keywords:
- 'terraform-runner'
- 'terraform'
- 'provider:aws'
- 'provider:gcp'
- 'provider:azure'
author: 'Cycloid'
image: |
https://raw.githubusercontent.com/cycloid-community-catalog/stack-terraform-runner/master/icon.png
technologies:
- technology: terraform
version: n/a
config:
default:
name: 'AWS'
description: 'Using AWS S3 terraform backend.'
pipeline:
pipeline:
path: 'pipeline/pipeline.yml'
variables:
path: 'pipeline/variables.sample.yml'
destination: '($ .project $)/pipeline/variables-($ .environment $).yml'
gcp:
name: 'GCP'
description: 'Using Google GCS terraform backend.'
pipeline:
pipeline:
path: 'pipeline/pipeline.yml'
variables:
path: 'pipeline/variables.sample.yml'
destination: '($ .project $)/pipeline/variables-($ .environment $).yml'
azure:
name: 'Azure'
description: 'Using AzureRM terraform backend.'
pipeline:
pipeline:
path: 'pipeline/pipeline.yml'
variables:
path: 'pipeline/variables.sample.yml'
destination: '($ .project $)/pipeline/variables-($ .environment $).yml'