Skip to content

module treats repo_owner as an org, how to treat as user? #39

@brietsparks

Description

@brietsparks

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

No one assigned

    Labels

    bug🐛 An issue with the system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions