dreinhardt89

Results 4 issues of dreinhardt89

### What is the issue? Did a helm release via terraform in a newly created cluster. After releasing the pods fail to startup. ### How can it be reproduced? With...

support

### Terraform Version ```shell 1.7.5 ``` ### Terraform Configuration Files ```terraform locals { bypass_pull_request_allowances = { users = var.pull_request_bypassers # list of strings apps = var.gh_app_ids # list of strings...

bug
waiting-response
new
waiting for reproduction
v1.7

### Describe the need You can currently get the current `github_user` via a data source like below: ```hcl # Retrieve information about the currently authenticated user. data "github_user" "current" {...

Type: Feature
Status: Up for grabs

After upgrading to 2.12 we were denied access to our argocd_repository resources. Reverting back to 2.11 fixed it and doing a terraform state remove then import also fixed it. We...

bug