Skip to content
Closed
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
11 changes: 11 additions & 0 deletions .bandwidth/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: backstage.io/v1alpha1
kind: Location
metadata:
schemaVersion: v1.0.0
name: terraform-aws-eks-location
description: Links to additional entities in the terraform-aws-eks repository.
annotations:
github.com/project-slug: Bandwidth/terraform-aws-eks
spec:
targets:
- ./component.yaml
19 changes: 19 additions & 0 deletions .bandwidth/component.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
schemaVersion: v1.0.0
name: terraform-aws-eks
description: Forked from https://github.com/terraform-aws-modules/terraform-aws-eks
annotations:
github.com/project-slug: Bandwidth/terraform-aws-eks
organization: BW
costCenter: undefined
platformType: AWS
buildPlatform: GitHub Actions
spec:
type: Infrastructure as Code
owner: github/band-swi
lifecycle: Prototype
dependsOn:
- resource:platform/GitHub Actions
- resource:cost-center/undefined
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @Bandwidth/band-swi @Bandwidth/band-swi-github-repo-admin
52 changes: 0 additions & 52 deletions .github/workflows/pr-title.yml

This file was deleted.

168 changes: 0 additions & 168 deletions .github/workflows/pre-commit.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/publish-docs.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/release.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/stale-actions.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,15 +361,15 @@ We are grateful to the community for contributing bugfixes and improvements! Ple
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.7 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.15 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 6.16 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9 |
| <a name="requirement_tls"></a> [tls](#requirement\_tls) | >= 4.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.15 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 6.15 |
| <a name="provider_time"></a> [time](#provider\_time) | >= 0.9 |
| <a name="provider_tls"></a> [tls](#provider\_tls) | >= 4.0 |

Expand Down
Loading
Loading