Skip to content

Commit

Permalink
terraform-github-closed-source: Create
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Sep 10, 2024
1 parent f5989d3 commit 190216c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions terraform_modules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,16 @@ module "tfmod_oss_project" {

pages_enabled = false
}

module "tfmod_closed_source_project" {
source = "relaycorp/oss-project/github"
version = "2.14.0"

name = "terraform-github-closed-source"
description = "Terraform module for closed source projects by Relaycorp"
homepage_url = "https://registry.terraform.io/modules/relaycorp/closed-source/github/latest"
licence = "MIT"
ci_contexts = ["ci-module / ci", "ci-example / ci"]

pages_enabled = false
}

0 comments on commit 190216c

Please sign in to comment.