-
- Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
Hello,
I'm trying to build a pipeline that fulls from my github repo. The module thinks my username is an org. I get an error:
GET https://api.github.com/orgs/brietsparks: 404 Not Found [] on .terraform/modules/ecs_push_pipeline.github_webhooks/main.tf line 7, in provider "github": 7: provider "github" { The module block:
module "ecs_push_pipeline" { source = "git::https://github.com/cloudposse/terraform-aws-ecs-codepipeline.git?ref=master" name = "guestbook-ci" region = var.region repo_owner = "brietsparks" repo_name = "guestbook" github_webhooks_token = var.github_webhooks_token image_repo_name = "guestbook" branch = "ci-pract" service_name = "guestbook" ecs_cluster_name = "guestbook" privileged_mode = "true" } Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system