Skip to content

Commit

Permalink
Merge pull request #20 from FociSolutions/remove-modules-folder
Browse files Browse the repository at this point in the history
Remove modules folder
  • Loading branch information
TylerMizuyabu authored Feb 29, 2024
2 parents e2735ae + 2d87669 commit fb86fa0
Show file tree
Hide file tree
Showing 57 changed files with 4 additions and 2,323 deletions.
4 changes: 2 additions & 2 deletions bootstrap/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "github_gcloud_oidc" {
source = "./modules/github-gcloud-oidc"
source = "github.com/FociSolutions/github-foundations-modules//modules/github-gcloud-oidc"

#Organization
organization_id = var.org_id
Expand Down Expand Up @@ -41,7 +41,7 @@ module "github_gcloud_oidc" {
}

module "foundations_github_organization" {
source = "./modules/foundations-github-organization"
source = "github.com/FociSolutions/github-foundations-modules//modules/foundations-github-organization"
providers = {
github.enterprise_scoped = github.enterprise_scoped
github.foundation_org_scoped = github.foundation_org_scoped
Expand Down
55 changes: 0 additions & 55 deletions bootstrap/modules/foundations-github-organization/README.md

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions bootstrap/modules/foundations-github-organization/organization.tf

This file was deleted.

3 changes: 0 additions & 3 deletions bootstrap/modules/foundations-github-organization/outputs.tf

This file was deleted.

116 changes: 0 additions & 116 deletions bootstrap/modules/foundations-github-organization/repositories.tf

This file was deleted.

7 changes: 0 additions & 7 deletions bootstrap/modules/foundations-github-organization/teams.tf

This file was deleted.

55 changes: 0 additions & 55 deletions bootstrap/modules/foundations-github-organization/variables.tf

This file was deleted.

10 changes: 0 additions & 10 deletions bootstrap/modules/foundations-github-organization/versions.tf

This file was deleted.

Loading

0 comments on commit fb86fa0

Please sign in to comment.