-
Notifications
You must be signed in to change notification settings - Fork 849
Open
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: BugSomething isn't working as documentedSomething isn't working as documented
Description
Expected Behavior
This is same issue as #62 - my user has access to the organization, I'm authenticating via the gh
CLI tool, but I get a 404.
Actual Behavior
webhook created
Terraform Version
Terraform v1.9.8
on linux_amd64
- provider registry.terraform.io/hashicorp/google v6.26.0
- provider registry.terraform.io/hashicorp/google-beta v7.2.0
- provider registry.terraform.io/hashicorp/random v3.7.2
- provider registry.terraform.io/integrations/github v6.6.0
Affected Resource(s)
github_organization_webhook
Terraform Configuration Files
resource "github_organization_webhook" "runner-autoscaler" {
configuration {
url = local.webhookAbsURL
content_type = "application/json"
secret = random_password.webhook_org_secret.result
insecure_ssl = false
}
active = true
events = ["workflow_job"]
}
Steps to Reproduce
No response
Debug Output
Panic Output
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: BugSomething isn't working as documentedSomething isn't working as documented
Type
Projects
Status
🆕 Triage