Skip to content

Commit

Permalink
Change module source to read from Terraform reg
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Prudence committed Jan 24, 2019
1 parent f86fa40 commit adf2b66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/simple-repo-with-team-and-team-member/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ provider "github" {}
# Example Repo with all teams
#############################
module "test_repo" {
source = "/Users/marvelorange/GIT/OCS/terraform-github-repository"
source = "MarvelOrange/repository/github"
version = "0.1.0"

repo_name = "testing-repo"
repo_description = "Hello testing repo"
Expand Down
3 changes: 2 additions & 1 deletion examples/simple-repo-with-teams/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ provider "github" {}
# Example Repo with all teams
#############################
module "test_repo" {
source = "../../"
source = "MarvelOrange/repository/github"
version = "0.1.0"

repo_name = "testing-repo"
repo_description = "Hello testing repo"
Expand Down

0 comments on commit adf2b66

Please sign in to comment.