Skip to content

Commit

Permalink
feat(repo): create the crypto insight repo
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanYa committed Mar 1, 2023
1 parent e6b403c commit d4d8f19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ resource "github_repository" "github-infrastructure" {
]
}

resource "github_repository" "crypto-insight" {
name = "crypto-insight"
description = "Crypto Insight"
has_issues = true
has_projects = true
auto_init = false
visibility = "private"
}

resource "github_repository" "nestjs-nats-streaming-transport" {
name = "nestjs-nats-streaming-transport"
description = "Nats Streaming Transport Module for NestJS"
Expand Down

0 comments on commit d4d8f19

Please sign in to comment.