-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog-info.yaml
More file actions
63 lines (59 loc) · 1.41 KB
/
catalog-info.yaml
File metadata and controls
63 lines (59 loc) · 1.41 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: opsverse-tf-modules
description: |
A library of reusable Terraform modules for AWS infrastructure, maintained by OpsVerseIO. Includes modules for EC2, S3, RDS, MWAA, and more.
annotations:
github.com/project-slug: OpsVerseIO/opsverse-tf-modules
backstage.io/techdocs-ref: dir:.
tags:
- terraform
- aws
- infrastructure
- modules
links:
- url: https://github.com/OpsVerseIO/opsverse-tf-modules
title: GitHub Repository
icon: github
spec:
type: library
lifecycle: production
owner: OpsVerseIO
providesApis: []
dependsOn:
- resource:default/tf-rds
- resource:default/tf-mwaa
---
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: tf-rds
description: AWS RDS instance used by the opsverse-tf-modules Terraform library.
tags:
- aws
- rds
- database
spec:
type: database
owner: OpsVerseIO
system: opsverse-tf-modules
dependencyOf:
- component:default/opsverse-tf-modules
---
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: tf-mwaa
description: AWS MWAA (Managed Workflows for Apache Airflow) instance used by the opsverse-tf-modules Terraform library.
tags:
- aws
- mwaa
- airflow
- workflow
spec:
type: workflow
owner: OpsVerseIO
system: opsverse-tf-modules
dependencyOf:
- component:default/opsverse-tf-modules