Skip to content

Commit

Permalink
Import iconduit repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Oct 13, 2023
1 parent 521b416 commit 5f5dbaf
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions repos-library.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,36 @@ module "repo_consumer" {

ci_workflows = ["library"]
}

module "repo_iconduit" {
source = "./modules/repo"
name = "iconduit"
description = "A build system for web application icon and image assets"

ci_workflows = ["library"]
}

import {
to = module.repo_iconduit.github_repository.this
id = "iconduit"
}

import {
to = module.repo_iconduit.github_actions_repository_permissions.this
id = "iconduit"
}

import {
to = module.repo_iconduit.github_repository_file.license
id = "iconduit/LICENSE"
}

import {
to = module.repo_iconduit.github_repository_file.dot_github_workflows_publish_release_yml["basic"]
id = "iconduit/.github/workflows/publish-release.yml"
}

import {
to = module.repo_iconduit.github_repository_file.dot_github_workflows_publish_package_yml["basic"]
id = "iconduit/.github/workflows/publish-package.yml"
}

0 comments on commit 5f5dbaf

Please sign in to comment.