sourcefuse / terraform-aws-arc-db

Repo for managing the Database (RDS + Aurora) Terraform Module.
Apache License 2.0
2 stars 1 forks source link

update catalog yaml file #56

Closed mayank0202 closed 6 months ago

mayank0202 commented 6 months ago

example:-

---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
  name: terraform-aws-arc-ecs
  namespace: arc
  description: ARC Terraform module for provisioning an ECS Fargate cluster with alb
  annotations:
    snyk.io/org-id: 04111b7b-2ba8-404b-8a16-42a04448794d
    github.com/project-slug: sourcefuse/terraform-aws-arc-ecs
    backstage.io/techdocs-ref: dir:.
  links:
    - url: https://sourcefuse.github.io/arc-docs/arc-iac-docs/
      title: ARC Docs
      icon: dashboard
    - url: https://sourcefuse.github.io/arc-docs/arc-iac-docs/modules/terraform-aws-arc-ecs/
      title: ARC ECS Docs
      icon: dashboard
spec:
  type: service
  owner: sourcefuse
  lifecycle: development

update it accordingly so that snyk plugin should get enabled

mayank0202 commented 6 months ago

DONE