"Error: If individual
is false, organization
is required." unless known repo_owner org is supplied
#63
Labels
bug
🐛 An issue with the system
Found a bug? Maybe our Slack Community can help.
Describe the Bug
Here is my terraform code
And the error
This repo uses the terraform-aws-ecs-codepipeline.git?ref=tags/0.13.0 module
terraform-aws-ecs-web-app/main.tf
Lines 171 to 176 in 0584c0a
The terraform-aws-ecs-codepipeline?ref=tags/0.13.0 module uses the terraform-github-repository-webhooks.git?ref=tags/0.8.0 module
https://github.com/cloudposse/terraform-aws-ecs-codepipeline/blob/3232eec2fbb8c39c1d55b1f24b09fa237c09d063/main.tf#L437-L443
And finally the terraform-github-repository-webhooks.git?ref=tags/0.8.0 module uses the provider code
https://github.com/cloudposse/terraform-github-repository-webhooks/blob/0.8.0/main.tf#L8-L11
Looks like the following values are passed to it
Expected Behavior
That it won't throw an error
Steps to Reproduce
repo_owner = hashicorp
Screenshots
N/A
Environment (please complete the following information):
N/A
Workaround
Use the child modules used by this module: alb ingress and ecs service task.
The text was updated successfully, but these errors were encountered: