Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: terraform plan hangs on data.github_external_groups while using app_auth #2442

Open
1 task done
limakzi opened this issue Oct 28, 2024 · 0 comments
Open
1 task done
Labels
Status: Triage This is being looked at and prioritized Type: Bug Something isn't working as documented

Comments

@limakzi
Copy link

limakzi commented Oct 28, 2024

Expected Behavior

The plan finishes.

Actual Behavior

  • The plan action hangs while using app_auth authentication in pair with github_external_groups data source.

  • The exactly same configuration does not freeze while authenticating with PAT.

Terraform Version

Terraform v1.8.1 on linux_amd64 + provider registry.terraform.io/integrations/github v6.3.0
Terraform v1.9.6 on linux_amd64 + provider registry.terraform.io/integrations/github v6.3.1

Affected Resource(s)

  • data.github_external_groups

Terraform Configuration Files

terraform {
  required_providers {
    github = {
      source  = "integrations/github"
      version = "6.3.0"
    }
  }
}

provider "github" {
  owner = "[REDACTED]"
  app_auth {}
}

provider "random" {}

Steps to Reproduce

terraform plan

Debug Output

data.github_external_groups.groups: Reading...
data.github_external_groups.groups: Read complete after 1s [id=/orgs/[REDACTED]/external-groups]

Panic Output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@limakzi limakzi added Status: Triage This is being looked at and prioritized Type: Bug Something isn't working as documented labels Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage This is being looked at and prioritized Type: Bug Something isn't working as documented
Projects
None yet
Development

No branches or pull requests

1 participant